|
|
|
|
|
by Terr_
1057 days ago
|
|
I once had to administer a system where a particular folder had so many files that things stopped working, even the ls command would not complete. (It was probably on ext3 or ext2.) The workaround involved writing a python script that handled everything in a gradual manner, moving files into subdirectories based on shared prefixes. |
|