3、linux 文件搜索命令

名稱:find 功能:文件搜索 語法:find [搜索範圍] [匹配條件] find /etc -name init 根據名字在/etc目錄下搜索init文件 find /etc -iname INIT 根據名字在/etc目錄下搜索init文件, -iname不區分大小寫 find /etc -size +204800 在/etc目錄下搜索文件大小大於204800的文件 +大於 -小於 沒有+
相關文章
相關標籤/搜索