這是一個開放的園地,竭誠歡迎您的光臨!
跳到內容
由 訪客 » 週五 3月 03, 2006 11:53 pm
#!/bin/bashwhile read -s filedounzip $filedone
bash$ find ~/Music -name *.zip|bunzip.sh
由 rclrn » 週六 3月 04, 2006 9:51 am
由 訪客 » 週六 3月 04, 2006 12:06 pm
Anonymous 寫:比方說unzip這個指令,使用方法 unzip filename。但是他不支援unzip *.zip,當然也不支援pipe輸入。以下一個簡單的範例示範如何讓他pipe起來。bunzip.sh:代碼: 選擇全部#!/bin/bashwhile read -s filedounzip $filedone指令代碼: 選擇全部bash$ find ~/Music -name *.zip|bunzip.sh功用就是把~/Music 下面的所有zip檔解壓縮
由 whatup » 週日 3月 05, 2006 1:06 pm
由 FourDollars » 週日 3月 26, 2006 3:06 am
回到 debian command
正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客