HomepageMy_Note-Unix Tsung 19 年 ago Categories: My_Note-Unix unzip 解壓多個檔案 unzip 一直以來都只有在解壓單獨檔案, 遇到 bug 才發現, 解壓多檔的語法是不同的. 這樣只會解壓第一個match 的 file: unzip -j -o *.zip 這樣子才能解壓多個檔案: unzip -j -o \*.zip Ruby on Rails將程式設計化繁為簡 » « GPG Error for apt-get Tsung: 對新奇的事物都很有興趣, 喜歡簡單的東西, 過簡單的生活. Related Post Linux grep 要過濾多個字串 Linux grep 要過濾字... Linux less 搜尋字串 不區分大小寫 less 檔案內搜尋字串,想要... 將 PNG 合併寫入 PDF 於 Ubuntu Linux 想要在 PDF 裡面插入圖片(...