linux 使用find命令查找目標文件 -path -prune 參數的使用以及文件名中出現特殊符號的查找方法

1、-path -prune用法 背景介紹:linux       在使用linux查找文件時,有些目錄不須要查找,在查到這些目錄時會打印不少無用提示信息,如:正則表達式 方法:code        使用-path -prune參數達到屏蔽這些目錄的效果blog 排除一個:find ./ -path /proc  -prune -o -name target_file -type d -prin
相關文章
相關標籤/搜索