Grep


grep -v 排除多个 patterns 用 | 分割且需转义

查看 vim 配置

cat .vimrc | grep -v '"\|^$'
macOS