Advertisement
sailorbob74133

Untitled

Dec 22nd, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. less shell.c &
  2. jobs
  3. jobs
  4. fg %1
  5. q
  6. gcc dup.c -o dup &
  7. jobs
  8. jobs
  9. jobs
  10. find /home -name makefile -fprint makefiles
  11. ^Z
  12. less shell.c &
  13. ^Z
  14. less pipe.c &
  15. ^Z
  16. jobs
  17. bg %1
  18. ls | grep shell.c | xargs cat | grep main
  19. fg %2
  20. q
  21. fg %3
  22. q
  23. jobs
  24. jobs
  25. cd ..
  26. ls
  27. cd maman12
  28. ls
  29. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement