Skip to content

Instantly share code, notes, and snippets.

@MattMS
Created March 10, 2017 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MattMS/ee406410b121b519a198822e01389dfb to your computer and use it in GitHub Desktop.
Save MattMS/ee406410b121b519a198822e01389dfb to your computer and use it in GitHub Desktop.
size=$(ls -l ./my_file | awk '{ print $5 }')
echo $size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment