echo subject line1995-10-18 10:52:49Hi, I am using the following recipe to extract the subject line: :0 * ^TOhorder(_at_)ios(_dot_)com | echo `formail -rt -xSubject"` >> $HOME/file.txt If the subject line is: test, I got: Re: test in my file: file.txt How can I remove the: Re:? I would like to get: test instead of: Re: test. Thanks in advance. Steve
|
|