Skip to content

Instantly share code, notes, and snippets.

@ardysnippets
Created March 13, 2012 07:09
Show Gist options
  • Save ardysnippets/2027374 to your computer and use it in GitHub Desktop.
Save ardysnippets/2027374 to your computer and use it in GitHub Desktop.
shell show filesize of one file
ls -lah (filename) | awk '{ print $5 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment