From c810a61fb37772752f4ca91228441d6f7b309358 Mon Sep 17 00:00:00 2001 From: Bruno TATU Date: Fri, 3 Nov 2017 13:59:11 +0100 Subject: [PATCH] test . --- TipsShell.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +~~~ +.