Advertisement
tyler569

unix v ed + cc

Mar 11th, 2018
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # ed test.c
  2. ?
  3. a
  4. main(){printf("Hello World!\n");}
  5. .
  6. w
  7. 34
  8. q
  9. # ls
  10. bin
  11. dev
  12. etc
  13. hpunix
  14. lib
  15. mnt
  16. rkunix
  17. rpunix
  18. test.c
  19. tmp
  20. unix
  21. usr
  22. # cc test.c
  23. # a.out
  24. Hello World!
  25. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement