Created
July 13, 2016 07:06
-
-
Save CLCL/518d1a03377217ea1bba8d8a13ffd2d6 to your computer and use it in GitHub Desktop.
Postfix で溜まっているキューの中身をざっと眺める雑なワンライナー。 via https://twitter.com/xtetsuji/status/753108968310964224
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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