Skip to content

Instantly share code, notes, and snippets.

@timoyuen
Created September 4, 2014 02:06
Show Gist options
  • Save timoyuen/4ffaca4cd698fdf07d31 to your computer and use it in GitHub Desktop.
Save timoyuen/4ffaca4cd698fdf07d31 to your computer and use it in GitHub Desktop.
sed the fix control A and add a line in between
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