On Sun, Apr 13, 2008 at 08:39:17AM +1000, Alex Samad wrote:
>so I tried grep -v '^\W*;' which sort of works, except it leaves me with
>blank lines now, how can I not show the blank lines

Try grep -Ev '^(\W*;|$)'

-- 
"Red Rosa now has vanished too" Bertolt Brecht

Attachment: signature.asc
Description: Digital signature

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to