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.
特定の日数より古いファイルを見つけて削除しようとしています
subprocess.call(['find', DIRECTORY, '-mtime', '+5', '-exec', 'rm', '{}', r'\ '])
この呼び出しでmissing argument to -execエラー メッセージが表示されるのはなぜですか
missing argument to -exec