Gotz

Untitled

Aug 10th, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. man - manual
  2. pwd - user way
  3. ls - list of content
  4. ls -l - content of directory
  5. ls -la
  6. ls -p - detailed content of directory
  7. mkdir - make directory
  8. cd - move to directory
  9. rmdir - remove directory
  10. rwx - right?
  11. echo - printing smth
  12. echo $variable - print variable
  13. cat - content of the file
  14. cat -e - shows special contents
  15. touch - create file and modify file
  16. touch -t - modify date and time of the file
  17. chmod u g o - changing rights for user
  18. rm - remove files
  19. wc - shows detailed info about files
  20. more - like a cat but shows entire doc
  21. head/tail -c/-e - delete rows
  22. grep * - filter file
  23. grep -v * - filter file excluding * / grep -i ?
  24. ln -s - make a link
  25.  
  26. git clone - make a directory
  27.  
  28.  
  29.  
  30. VIM
  31. https://phoenixnap.com/kb/how-to-vim-save-quit-exit
  32. https://losst.ru/kak-polzovatsya-tekstovym-redaktorom-vim
Add Comment
Please, Sign In to add comment