Advertisement
sailorbob74133

OS Maman 12 Testing

Dec 22nd, 2013
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.70 KB | None | 0 0
  1. rugrat@alice-netbook:~/study/20594_Operating_Systems/maman12$ cat inputLInes
  2. ls
  3. exit
  4.  
  5. rugrat@alice-netbook:~/study/20594_Operating_Systems/maman12$ ./smash < inputLInes > outputLines
  6. tcsetpgrp: Inappropriate ioctl for device
  7. tcsetpgrp: Inappropriate ioctl for device
  8. tcsetpgrp: Inappropriate ioctl for device
  9. rugrat@alice-netbook:~/study/20594_Operating_Systems/maman12$ cat outputLines
  10. # dup.c
  11. exec
  12. exec.c
  13. inputLInes
  14. maman12.doc
  15. outputLines
  16. pipe.c
  17. shell
  18. shell.c
  19. shell.doc
  20. shell.pdf
  21. smash
  22. suspend.c
  23. # rugrat@alice-netbook:~/study/20594_Operating_Systems/maman12$ ls
  24. dup.c  exec  exec.c  inputLInes  maman12.doc  outputLines  pipe.c  shell  shell.c  shell.doc  shell.pdf  smash  suspend.c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement