原创 shell 1-9 轉換01到09 批量壓縮文件

#!/bin/bash for i in  `seq 30` do  num=`printf "%02d\n" $i`echo $num done for i in $(ls *.xls);do ta