findコマンドでディレクトリを探す
findコマンドでディレクトリを探す方法です。 findコマンドで2階層以内のsnorlaxディレクトリを検索します。 . ├── slowpoke │ └── snorlax └── snorlax └── snorlax └── snorlax └── snorlax └── snorlax find . -type d -maxdepth 2 -name "snorlax" ./snorlax ./snorlax/snorlax ./slowpoke/snorlax