Linux 使用grep 查看除 # $ 的文件内容

cat file-name | grep -v ^# | grep -v ^$

原文地址:https://www.cnblogs.com/MUQINGFENG123/p/13471040.html