Hi, I know how to use mkdir but this is a little more complex:
I have a series of folders like object121000, object122000, etc. (the number goes up in 1000's).
I want to write a perl script which finds the highest objectxxx000 folder and then creates 10 more folders on the filesystem. But how do I get the highest numbered folder?
thx for your help