ホームページ >特集リスト >Linuxでfindコマンドを使用してファイルを検索する方法
Linux では、find /path/to/directory -name "*.txt"、find /path/to/directory -type d、find /path/to/directory -size +1M、find /path/to/directory -mtime - を使用します。 7 つのコマンドでファイルを検索できます。