Skip to content

Instantly share code, notes, and snippets.

@zoghal
Created February 10, 2015 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoghal/79669efc511c1f9457d2 to your computer and use it in GitHub Desktop.
Save zoghal/79669efc511c1f9457d2 to your computer and use it in GitHub Desktop.
eli
incorect: awk ‘$3 ~ /^cwd/{print $3}’ /var/log/exim_mainlog | sort | uniq -c | sed “s|^ *||g” | sort -nr
correct :awk '$3 ~ /^cwd/{print $3}' /var/log/exim_mainlog | sort | uniq -c | sed "s|^ *||g" | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment