Created
February 10, 2016 18:53
-
-
Save dalegaspi/5ef35d53f3ea5dda3b2c to your computer and use it in GitHub Desktop.
unbuffering uniq
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tail -f reporting.log | grep --line-buffered "INFO S3RecordFetcher - 20160119/" | cut -c23-64 | stdbuf -oL uniq | ts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More on this SO link