Skip to content

Instantly share code, notes, and snippets.

@fbchow
Last active September 19, 2017 15:51
Show Gist options
  • Save fbchow/9be66c04fcda8998aeaaf070efcc19ec to your computer and use it in GitHub Desktop.
Save fbchow/9be66c04fcda8998aeaaf070efcc19ec to your computer and use it in GitHub Desktop.
how to get the size of everything in your file
du -sh *
how to see the first N lines of a file
cat -N file.txt
how to see the last N lines of a file
head -N file.txt
set the permissions such that you can only & admin can only access the file
chmod-orwx file.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment