寫下以下*.sh檔
#!/bin/sh## unrar/unzip/join all files in directoryfor f in *.rar;do unrar e -p'password' $f;done
chmod 755 *.sh./*.sh
張貼留言