2014年1月6日 星期一

在 shell script 中使用 for loop 迴圈

在此做個筆記,這是重覆做20次
for i in {1..20}; do some_shell_script.sh ;done;