码迷,mamicode.com
首页 > 系统相关 > 详细

linux-在指定路径下查询文件夹是否存在

时间:2019-12-13 23:12:35      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:目录   -name   div   max   test   文件夹   指定路径   方式   linux   

我们常常在Linux下去查找文件

find / -name test.py   # 在根目录下查找名为test.py的文件

但是如果用查找文件的方式去查找文件夹的话,是查不到的

find / -maxdepth 1 -type d  -name test_dictionary  # -maxdepth表示搜索深度。-type表示搜索类型。

查找成功返回相应路径

linux-在指定路径下查询文件夹是否存在

标签:目录   -name   div   max   test   文件夹   指定路径   方式   linux   

原文地址:https://www.cnblogs.com/lutt/p/12037498.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!