Bash Nested Loops, mixture of dates and numbers
- by Saleh
Hi,
I am trying to output a range of commands with different dates and numbers associated. for each hour eg.
Output im trying to do in a loop is:
shell.sh filename<number e.g. between 1-24> <date e.g. 20100928> <number e.g. between 1-24> <id>
So basically the the above will generate an output done 24 times for each particular day with a unique 4 digit id.
I was thinking of having a nested loop, as the batch number needs to be unique.
can anyone help?