nux 搜索目录 命令
-
linux如何搜索目录
Linux中,可使用find命令搜索目录,如find /path/to/search -type d -name directory_name,/path/to/search为搜索起始路径,directory_name`为要查找的目录名
Linux中,可使用find命令搜索目录,如find /path/to/search -type d -name directory_name,/path/to/search为搜索起始路径,directory_name`为要查找的目录名