- To: slug@xxxxxxxxxxx
- Subject: [SLUG] exclude commented lines from output ?
- From: "Voytek Eymont" <lists@xxxxxxxxxx>
- Date: Thu, 20 Aug 2009 11:09:07 +1000 (EST)
- Reply-to: lists@xxxxxxxxxx
- User-agent: SquirrelMail/1.5.1
how can I output a config file with only the valid directives, but not all
the '#' commented lines ?
# cat /etc/sysconfig/iptables-config
# Load additional iptables modules (nat helpers)
# Default: -none-
# Space separated list of nat helpers (e.g. 'ip_nat_ftp ip_nat_irc'), which
# are loaded after the firewall rules are applied. Options for the helpers
are
# stored in /etc/modules.conf.
IPTABLES_MODULES=""
....
so to get only
IPTABLES_MODULES=""
...
--
Voytek