On Mon, 4 Nov 1996, Alan K. Stebbens wrote:
is it possible to combine this command? %grep ^. *list | grep -v @ grep '^[^@ ]+$' *list
is it possible to combine this command? %grep ^. *list | grep -v @
grep '^[^@ ]+$' *list
What does '+$' do??