为什么终端命令行中的管道在 MacOS Monterey 12.3.1 下不再工作?
自最新的 MacOs Monterey 12.3.1 更新以来,管道不再在以下命令行中工作:
gcc *.c | ./a.out
我想同时编译和运行 .c 文件,而我以前可以这样做。
Since the latest MacOs Monterey 12.3.1 update, the pipe no longer works in the following command line :
gcc *.c | ./a.out
I want to compile and run, at the same time, a .c file, which I could do before.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论