Skip to content

Instantly share code, notes, and snippets.

@CLCL
Created July 13, 2016 07:06
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 CLCL/518d1a03377217ea1bba8d8a13ffd2d6 to your computer and use it in GitHub Desktop.
Save CLCL/518d1a03377217ea1bba8d8a13ffd2d6 to your computer and use it in GitHub Desktop.
Postfix で溜まっているキューの中身をざっと眺める雑なワンライナー。 via https://twitter.com/xtetsuji/status/753108968310964224
mailq | grep '^[0-9a-zA-Z]' | sed -e 's/ .*//' | xargs postcat -q | nkf -Jw | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment