fin test .

This commit is contained in:
Bruno TATU 2017-11-03 13:59:35 +01:00
parent c810a61fb3
commit b59b7740a6

View file

@ -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
~~~
.