From b59b7740a692a7a7c346db99d8643040fb6193c7 Mon Sep 17 00:00:00 2001 From: Bruno TATU Date: Fri, 3 Nov 2017 13:59:35 +0100 Subject: [PATCH] fin test . --- TipsShell.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TipsShell.md b/TipsShell.md index d956cc1b..bd78e58b 100644 --- a/TipsShell.md +++ b/TipsShell.md @@ -463,4 +463,3 @@ $ 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 ~~~ -.