Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. for each in `find /var/spool/exim/input/ -type f -name "*-H"` ; do egrep "auth_" $each && egrep "To: " $each && egrep "Subject: " $each && echo $each | cut -d "/" -f 7- | cut -d "-" -f -3 && echo ;
  2. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement