In a specific folder I have got about 10,000 subfolders. All these folders have got numeric names only and I need to create a list of all existing foldernames from 0 to 60,000. The only way I know is using the * wildcard with the find command. Using < or > does not really work for me.In a specific folder I have got about 10,000 su