using grep1996-11-04 03:47:48
is it possible to combine this command?
%grep ^. *list | grep -v @
I have a file with first names, and their e-mailaddresses
separtated by an empty line.
I just want the names displayed.
Or is there a better way of getting what I want?
Thanks.
|
|
||||||||||||||||