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.
実行すると、読み取り専用で保護されたファイルの長いリストが表示されます
rm -r trunk | yes
1 つのコマンドですべてに「はい」と答えようとしています。
どうすればすべての質問に「はい」と答えることができますか?
あなたはそれを後方に持っています、正しい方法は次のとおりです:
yes | rm -r trunk
しかし、より良いコマンドはrm、最初に次のように尋ねないことです。
rm
rm -rf trunk