Search Results

Search: Posts Made By: jbondhus
2,061
Posted By jbondhus
How am I supposed to do that, other than...
How am I supposed to do that, other than evaluating a variable for a for loop expression? Any ideas?
2,061
Posted By jbondhus
((n=$north; n>=1; n--)) is what $a is supposed...
((n=$north; n>=1; n--))
is what $a is supposed to be. That way,
for ${a}
actually should be
for ((n=$north; n>=1; n--))
This function has to run multiple times in slightly different ways. Normal...
2,061
Posted By jbondhus
Using a variable as a for loop expression
I'm writing a script to merge the xkcd webcomic tiles for comic 1110. So far, I have written about 100 lines, and instead of doing each quadrant of the image separately, I've decided to use functions...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 04:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy