Skip to content

Instantly share code, notes, and snippets.

@hockeybuggy
Created February 4, 2014 15:14
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 hockeybuggy/8805540 to your computer and use it in GitHub Desktop.
Save hockeybuggy/8805540 to your computer and use it in GitHub Desktop.
A simple way to monitor and record file size over time using only bash
while (cat text.txt | wc -l && sleep 30)do; done > timing.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment