OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
[suse-security] Grep uncomment lines from .conf

From: Arie Reynaldi Zanahar (reymanreynaldi.com)
Date: Wed Feb 11 2004 - 21:04:22 CST


Dear,

I want to grep lines that not commented from a file, Someone said that I can
use
$sed -e '/^[[:space:]]*#/d;/^[[:space:]]*$/d' file.conf

but I think it's too long, I have use
$egrep -v '^#' file.conf

but it containt so many blank lines. Is there any suggest what should I use ?
Maybe like combining egrep with other script.. As simple as possible :)

regards,

--
Arie Reynaldi Zanahar
reymanreynaldi.com

--
Check the headers for your unsubscription address
For additional commands, e-mail: suse-security-helpsuse.com
Security-related bug reports go to securitysuse.de, not here