Re: No effect from -h option?
Clemens Fischer <[email protected]>
| Newsgroups | gmane.mail.ifile.general |
|---|---|
| Message-ID | <[email protected]> |
[email protected] writes: > $ ifile -p -h <<HERE > > From: me > > To: you > > Subject: test > > > > testing > > HERE > Reading message from standard input... > (1,testing) (1,test) > > $ ifile -p <<HERE > > From: me > > To: you > > Subject: test > > > > testing > > HERE > Reading message from standard input... > (1,subject) (1,testing) (1,test) the difference is obvious, isn't it? `-h' strips the headers, so you don't get statistics on the subject line. with problens like these, higher values in `-v<digit>', where digit is between 1 .. 4 help a lot, as does the `-g' options. did you read "ifile --help" or the FAQ? clemens