Comment on A faster way to delete millions of files in a directoryparentComments−joshbaptiste13yalso no need for seq(1) binary, in Bash for i in {1..1000000}..
Comments
also no need for seq(1) binary, in Bash for i in {1..1000000}..