Shell入門(二)grep Awk find Sed操作命令

前言 本章主要介紹shell常用的四大指令 一、介紹 1)find命令 1.1)基本用法 例 find . -name 「test.txt」 查找當前目錄下名字爲test.txt的文件 find . -maxdepth 1 -name 「test.txt」 查找第一級目錄下名字爲test,txt的文件 find . -size +20M 查找當前目錄下大於20M的 find . - maxdept
相關文章
相關標籤/搜索