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.
在 eshell 中,好处之一是诸如 grep 的输出之类的命令将被重定向到 Emacs 特殊缓冲区。但是,如果我对以前的 grep 执行 grep,例如:
grep "abc" *.el | grep -v "ghi"
该输出仅出现在标准输出中。我想知道是否有办法将该输出定向到 Emacs 特殊缓冲区。
谢谢。
(grep "grep abc *.el | grep -v ghi -")在新寡妇中打开结果匹配,但next-error不能使用它。
(grep "grep abc *.el | grep -v ghi -")
next-error