exh*_*end 0 unix linux shell find
命令shell find . -name和find -name命令shell 之间有区别吗?
find . -name
find -name
thk*_*ala 6
当使用GNU时,find这两个是等价的.但是,其他版本find(例如BSD/MacOS X findIIRC)需要显式路径参数.因此,提供.对当前目录的显式引用是一种更便携的替代方法.
find
.
Nul*_*ter 5
没有区别!
find . -name 明确提到找到当前目录
find -name 自动搜索当前目录
读
man find
归档时间:
11 年,9 月 前
查看次数:
131 次
最近记录: