删除时无法对所有问题使用 yes 命令
当我运行时,我得到一长串只读受保护文件,
rm -r trunk | yes
我试图通过一个命令对所有文件回答“是”。
如何才能对所有问题都回答“是”?
I get a long list of read-only protected files when I run
rm -r trunk | yes
I am trying to answer yes to all by one command.
How can you answer yes to all questions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你把它搞反了,正确的方法是:
但更好的命令是让 rm 首先不询问你:
You have it backward, the correct way is:
But the better command would be to have
rm
not ask you in the first place with: