Re: way to cat a file with all lines except commented ones

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: JD Austin
Date:  
To: plug-discuss
Subject: Re: way to cat a file with all lines except commented ones
Quoting :

> How can I cat a file and recieve all lines excpet ones commented out?
>
>
> Jim
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>


grep -v '#' filename
substitute '#' with whatever characters you're using to comment lines

JD
--
JD Austin
Twin Geckos Technology Services LLC
email:
http://www.twingeckos.com
phone/fax: 480.344.2640



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss