diff --git a/TipsShell.md b/TipsShell.md index c4c6a783..d956cc1b 100644 --- a/TipsShell.md +++ b/TipsShell.md @@ -462,4 +462,5 @@ $ grep -P '\t' ~~~{.bash} (for id in $(mailq | grep MAILER\-DAEMON | cut -d' ' -f1); do postcat -q $id| grep Diagnostic\-Code\:; done) | sort | uniq -c | sort -n -~~~ \ No newline at end of file +~~~ +.