|
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 (reyman
reynaldi.com)
Date: Wed Feb 11 2004 - 21:04:22 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
reyman
reynaldi.com
--
Check the headers for your unsubscription address
For additional commands, e-mail: suse-security-help
suse.com
Security-related bug reports go to security
suse.de, not here
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]