Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lee-pai-long/3ff5d7e35fa4eeecbabd13544f6aa676 to your computer and use it in GitHub Desktop.
Save lee-pai-long/3ff5d7e35fa4eeecbabd13544f6aa676 to your computer and use it in GitHub Desktop.

[Apache] Tail log file with new line

$ [sudo] tail -f <apache-log-file.log> | sed 's/\\n/\n/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment