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.
ubuntuのフォルダにファイルを自動削除する方法は?
サーバー上のプロセスの実行でいっぱいになったフォルダーからファイルを削除するスクリプトを実行する必要があります。
適切なコマンドはrm -rf folder/、その特定のフォルダーからファイルを再帰的に削除することです。
rm -rf folder/
あなたrm folder/*が求めている答えではない場合、あなたはあなたの質問を明確にできますか?
rm folder/*