Created
April 26, 2017 13:34
-
-
Save jonatanblue/df0c82936bd5536300999b5a67d31644 to your computer and use it in GitHub Desktop.
Revisions
-
jonatanblue created this gist
Apr 26, 2017 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # grep tail -f file | grep --line-buffered my_pattern # sed stdbuf -o0 tail -f /var/log/syslog | sed 's/Dec/LOOL/' # credits: # Thanks to @amblina for collecting these.