Created
September 4, 2014 02:06
-
-
Save timoyuen/4ffaca4cd698fdf07d31 to your computer and use it in GitHub Desktop.
sed the fix control A and add a line in between
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 characters
tail -f FIX.log | sed -e 's/^A/ /g' -e 'G' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment