Search:
Login
linux
/
find
RecentChanges
FindPage
HelpContents
linux/find
Immutable Page
Comments
Info
Attachments
More Actions:
Raw Text
Print View
Render as Docbook
Delete Cache
------------------------
Check Spelling
Like Pages
Local Site Map
------------------------
Rename Page
Delete Page
------------------------
Subscribe User
------------------------
Remove Spam
Revert to this revision
Package Pages
Sync Pages
------------------------
Load
Save
SlideShow
递归查找(默认是递归遍历文件夹的)
命令:find . -name “*.txt” //当前路径下递归查找以.txt结尾的文件夹
不递归查找
find . -name “*.txt” -maxdepth 1 //当前路径下不递归查找以.txt结尾的文件夹,-maxdepth 1表示查找深度为1
linux/find (last edited 2021-02-05 11:10:59 by
zbjxb
)