Skip to content

Instantly share code, notes, and snippets.

@dalegaspi
Created February 10, 2016 18:53
Show Gist options
  • Save dalegaspi/5ef35d53f3ea5dda3b2c to your computer and use it in GitHub Desktop.
Save dalegaspi/5ef35d53f3ea5dda3b2c to your computer and use it in GitHub Desktop.
unbuffering uniq
tail -f reporting.log | grep --line-buffered "INFO S3RecordFetcher - 20160119/" | cut -c23-64 | stdbuf -oL uniq | ts
@dalegaspi
Copy link
Author

More on this SO link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment