How would I write a BASH script that creates directories test0-test63? I'm thinking something along the lines of:
for x in range (64)
mkdir ./test'x'
|
How would I write a BASH script that creates directories test0-test63? I'm thinking something along the lines of:
|
|||
|
|
or
|
|||
|
|