jrobinsonc
9/22/2016 - 5:50 PM

Linux Command Line Cheat Sheet

Linux Command Line Cheat Sheet

Linux Command Line Cheat Sheet

VIM

Cut/copy and paste.

  1. Position the cursor where you want to begin cutting.
  2. Press v to select characters (or uppercase V to select whole lines, or Ctrl-v to select rectangular blocks).
  3. Move the cursor to the end of what you want to cut.
  4. Press d to cut or y to copy.
  5. Move to where you would like to paste.
  6. Press P to paste before the cursor, or p to paste after.

File System

~Details
du -sh dir/Check directory size