A simple script to split files into an unknown folder amount, with a limit per folder.
Place the bin file GoScission whereever you like. Run it and add as parameters the path of the folder where your files are and the folder limit, i. e.:
./GoScission /home/myDirectore 5
It creates a subfolder (gosci) in your target folder with the files split into folders (example 5 files per folder):
I run frequently into the case, that I need to upload files to a service, which accepts only 50 by a time. By that I can upload folder by folder instead of checking by hand, which are the next 50 files.