Linux基本命令梳理:find、grep、awk、sed

cat、less、more 查看文件內容php cat index1.php find在指定目錄下查找指定文件 遞歸查找當前目錄下名字爲index1.php的文件mysql find -name "index.php" 查找全部目錄下名字爲index1.php的文件web find / -name "index1.php" 模糊匹配查找sql find / -name "index*" 忽略大
相關文章
相關標籤/搜索