Skip to content

Instantly share code, notes, and snippets.

@vaughany
Created July 4, 2018 15:17
Show Gist options
  • Select an option

  • Save vaughany/ba00088853e352073584a4f7b65dd1cf to your computer and use it in GitHub Desktop.

Select an option

Save vaughany/ba00088853e352073584a4f7b65dd1cf to your computer and use it in GitHub Desktop.
grep to show all lines and highlight search terms
sudo tail -f /var/log/mail.log | grep -Ei "ATTR35|from=|$"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment