Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. 32 sudo apt install vim
  2. 33 vim
  3. 34 ls
  4. 35 python hello.py
  5. 36 vim hello.py
  6. 37 wc hello.py
  7. 38 wc -l hello.py
  8. 39 vim
  9. 40 ls
  10. 41 cat hello.py linear.py > hello_linear.py
  11. 42 ls
  12. 43 python hello_linear.py
  13. 44 cat hello_linear.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement