PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

Bash inline for search all mails with pattern "heo@toto.fr"

vendredi 28 novembre 2014 à 09:08
Librement Shaarli 28/11/2014
egrep $(echo $(cat /var/log/mail.log | grep "heo@toto.fr" | awk '{print $6}' | tr -d ':') | sed 's/ /|/g') /var/log/mail.log | sed 's/.*removed.*/&\n/'
(Permalink)