如何干净地复制并粘贴到 grep 中?

发布于 2025-01-11 19:10:32 字数 1549 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

第几種人 2025-01-18 19:10:32

@user1934428 在问题讨论中的解决方案完成了工作:

stty -echo; grep FAIL; stty echo

我正在使用 bash,为此我需要重新打开 echo。显然 zsh 会在下一个命令提示符处自动设置回显,在这种情况下不需要关闭命令。

这个解决方案对我有用。仍然有兴趣了解是否有其他解决方案。

@user1934428's solution from the question discussion gets the job done:

stty -echo; grep FAIL; stty echo

I'm using bash, for which I need to switch echo back on. Apparently zsh automatically sets echo back on at the next command prompt, in which case the closing command is not needed.

This solution works for me. Would still be interested to hear if there are other solutions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文