verdammelt / tnef

tnef
GNU General Public License v2.0
58 stars 21 forks source link

On manpage mention what the --list fields are #30

Closed jidanni closed 6 years ago

jidanni commented 6 years ago

On the man page at

       -t,  --list
              list attached files, do not extract.

Mention that what one is seeing is indeed one file per line. And the first column represents ..., and the second column represents ..., and thus even though they look similar, careful inspection shows they aren't. Also add a tip: to enable the results to fit on one's screen, try piping to perl -pwle 's/\s+/ /g;'

Also mention that adding -v now gives five or six fields, the first is the size, the second is the date, the third and fourth are as above. The fifth is "unknown", perhaps always, and the sixth is perhaps blank...