Linux Command Line Cheat Sheet
Cut/copy and paste.
v to select characters (or uppercase V to select whole lines, or Ctrl-v to select rectangular blocks).d to cut or y to copy.P to paste before the cursor, or p to paste after.| ~ | Details |
|---|---|
| du -sh dir/ | Check directory size |