Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
zsh:4.3.17 GNU bash:4.2.24 GNU grep:2.10
我想知道我在这grep部分做错了什么->为什么grep在文件中使用时不突出显示结果.zshrc,实际上它根本没有输出任何东西。 当不使用变量或 .rc 文件(在 cli 上测试 cmd)时,grep可以正常工作。
grep
.zshrc
function seek() { clear; echo $1; locate -ie "$PWD${1}" | grep "${1}"; }
.rc 文件中的 $GREP_COLORS 设置是否足够早?此外,您可以尝试grep --color=always通过管道输出 grep 的输出。
grep --color=always