Skip to content

Instantly share code, notes, and snippets.

@seobyeongky
Created December 10, 2013 01:22
Show Gist options
  • Save seobyeongky/7884299 to your computer and use it in GitHub Desktop.
Save seobyeongky/7884299 to your computer and use it in GitHub Desktop.
bytesize=$(wc -c $1 | awk '{print $1}')
cat $1
tail -F -c $bytesize $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment