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.
特定の日付より古いファイルを削除する方法に関するこの問題に遭遇し、ウェブ上で簡単な回答を見つけることができなかったので、ここで質問を投稿して回答します。うまくいけば、ある時点で誰かが15分節約できることを願っています.
基本的には、次のコマンドの動作(5日以上経過したファイルを削除)が欲しかったのです。
find /path/to/files* -mtime +5 -exec rm {} \;
しかしモンゴで。
db.fs.files.remove({"uploadDate": {$lt : ISODate("2013-11-10T20:32:13.743Z")}});