Guest User

Untitled

a guest
Oct 23rd, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. In [98]: ls
  2. first.html second.html third.html
  3.  
  4. In [99]: less first.html second.html third.html
  5.  
  6. In [100]: cat first.html
  7. first
  8.  
  9. In [101]: cat second.html
  10. second
  11.  
  12. In [102]: cat third.html
  13. third
  14.  
  15. In [103]: cp first.html second.html
  16. In [104]: cat second.html
  17. first
Add Comment
Please, Sign In to add comment