如何在Linux中查找目录

就一句命令:

$find [dir name] -name [dir name] -type d


你可能感兴趣的:(linux)