I would like to sort a list of subfolders contained in a folder, according to the name in an increasing manner:
Ex: folder names:
TF_list_to_test10679
TF_list_to_test1062
TF_list_to_test1078
...
Desired output:
TF_list_to_test1062
TF_list_to_test1078
TF_list_to_test10679
...
How this can be done?
The following should work if you don’t have file names with tabs: