Karl Vogel wrote: ... > If nothing else, it's faster to run "locate" and look for file extensions; > running "file" on that much crap took nearly 9 hours.
do you have SSDs or spinning rust? when i just did this: # find / -type f | wc -l it took all of 24 seconds for the 2.4 million files found. what script did you use? songbird