![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
вытащить все файлы с mail() как-то так?
grep -P "\bmail\b\s*\(" * -r | grep -v // |grep -v "\$mail" |grep -v fuck.com |cut -d ":" -f 1|sort|uniq >mail.list
grep -P "\bmail\b\s*\(" * -r | grep -v // |grep -v "\$mail" |grep -v fuck.com |cut -d ":" -f 1|sort|uniq >mail.list