help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-bash] how to bulk rename files


From: Greg Wooledge
Subject: Re: [Help-bash] how to bulk rename files
Date: Thu, 12 Apr 2012 09:35:18 -0400
User-agent: Mutt/1.4.2.3i

> > > 2.5 million files?

> Note that * will first sort the list of files which will be less
> efficient than using find. Bash is also known not to handle
> allocation of big things very efficiently.

Having 2.5 million files in a single directory is bad for a multitude
of reasons.  Hell, even "ls" has the same issue with sorting.

Most systems would be brought to their knees, bleeding and begging for
mercy, just by an attempt to open a single file from this directory.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]