find -name breakfast.txt 在工作目錄下,含裡面所有目錄,尋找breakfast.txt. find /home/whale -name "*.txt" 在/home/whale目錄下找所有副檔名為txt的檔案名稱.
確定! 回上一頁