On Thu, 13 Dec 2001, Dave Raven wrote:
> If you are going to send your config file, please
> grep -v "#" yourconfigfile.conf
grep -v '^#' yourconfigfile.conf
In case a comment follows an enabled option. A more elaborate pattern
'^(#|$)' can be used with egrep to filter comments and empty lines.
Alex.
Alex.
Received on Thu Dec 13 2001 - 12:58:47 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:05:21 MST