Linux下只输出文件中未注释掉的部分

例:grep -v "^#" /u01/database/response/db_install.rsp

去掉空格输出:egrep -v "^#|^$"/u01/database/response/db_install.rsp

你可能感兴趣的:(Linux下只输出文件中未注释掉的部分)