procmail
[Top] [All Lists]

Re: using grep

1996-11-04 12:15:54
On Mon, 4 Nov 1996, Alan K. Stebbens wrote:

    is it possible to combine this command?

    %grep ^. *list | grep -v @

  grep '^[^@ ]+$' *list

        What does '+$' do??

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