quuxfu: chop-chop
hacks and workarounds for certain computing problems
4.3.15
Nested multi-line bash for loop that can be pasted into the terminal
for i in {1..2};\
do for j in {1..4};\
do echo "$i $j";\
done;\
done
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)