Move under www to ease rsync
This commit is contained in:
9
www/eps/hpr2689/hpr2689_bash14_ex2.sh
Executable file
9
www/eps/hpr2689/hpr2689_bash14_ex2.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
# A 'for' loop that uses multiple expressions for 'expr1' and 'expr3' courtesy
|
||||
# of the "comma operator"
|
||||
#
|
||||
for ((i = 1, j = 100; i <= 10; i++, j += 10)); do
|
||||
echo "$i $j"
|
||||
done
|
||||
Reference in New Issue
Block a user