keltia / dmarc-cat

Small utility to decode the report sent by various email providers following the DMARC spec
Other
62 stars 13 forks source link

Handle multiple files on the command-line #10

Open keltia opened 4 years ago

keltia commented 4 years ago

Looks like it could be useful.

pschonmann commented 3 years ago

Small workaround

for i in `ls *.xml`;do ls -lsah $i && dmarc-cat $i;done