procmail
[Top] [All Lists]

Re: sed hint needed

2001-08-30 15:33:44
Philip suggested to Mark,

| If you just want it to print out the line literally, use 'p' instead of
'l'.

| Or better yet, if you just want the first line of the file, use
| head -1 dist

If you don't have head,   sed 1q   will do the job; no -n, no p.  But head
is better if your OS has it.

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>