12 Bash For Loop Examples for Your Linux Shell Scripting

12 Bash For Loop Examples for Your Linux Shell Scripting

瀏覽:601
日期:2024-04-25
12 Bash For Loop Examples for Your Linux Shell Scripting by Ramesh Natarajan on July 11, 2011 Tweet ... (i.e the arguments that are passed to the shell script). $ cat for3.sh i=1 for day do echo "Weekday $((i++)) : $day" done $ ./for3.sh Mon Tue Wed Thu F...看更多