LinuxLinux如何找特定名字的檔案及資料夾? - LinuxFranklin · 2018-02-13Table of ContentsPostCommentsRelated Posts在Ubuntu下如何用指令找特定名字的檔案及資料夾, 而且需要連同子目錄,子子目錄...都要找的到. 例如找*AAA*.mp3檔案, 或者*AAA*的資料夾, 就我所知find指令是可以找檔案或資料夾,但是不知參數怎麼下. -- LinuxAll CommentsAudriana2018-02-18find -name \*AAA\*.mp3Edith2018-02-20其實用引號就好了 find -name "*AAA*.mp3"Lauren2018-02-23find,檔案 -type f,目錄 -type dHeather2018-02-26其他選項學著看 man find,雖然略長Jessica2018-03-02locate '*AAA*.mp3'Doris2018-03-07我有時候會這樣找 ls ./*/*AAA*.mp3ls ./*/*/*AAA*.mp3慢慢一層一層找Emily2018-03-07樓上可以查一下 globstar **Related Posts我的隨身碟沒辦法eject無線網卡開機抓不到...apache關閉proxyRequestscentOS 7 無法開機debian9如何默認啟用桌面
All Comments