1
grep -ve "^[[:space:]]*[#;]\|^$\|^[[:space:]]*$" /etc/samba/smb.conf
用grep剔除掉配置文件空白行和注释 was originally published by ETY001 at DoMyself on November 29, 2015.