samba

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Jeffrey Pyne
Date:  
Subject: samba
On Monday, September 15, 2003 10:03 AM,

> What is the easiest way to output all of smb.conf only with
> lines that are not commented out?


egrep -v "^(#|;)" smb.conf

~Jeff