Skip to content

Instantly share code, notes, and snippets.

@dpwright
Created June 25, 2012 02:13
Show Gist options
  • Save dpwright/2986038 to your computer and use it in GitHub Desktop.
Save dpwright/2986038 to your computer and use it in GitHub Desktop.
Bash oneliner: watch a filesize
while true; do echo -e -n "\r`ls -l -h FILENAME | awk '{ print $5 }'`"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment