Linux學習—四劍客awk、sed、find、grep

1. find (找文件) 根據 文件名 和 路徑 查找文件 並執行 一些操做 find 路徑 -name "文件名" find /home/python/Desktop/ -name "1.txt" find /home/python/Desktop/ -name "*.txt" find /home/python/Desktop/ -name "*.txt" -type f (f ==>
相關文章
相關標籤/搜索