[Top][All Lists]
[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.
Re: [Help-bash] how to bulk rename files, DJ Mills, 2012/04/11
- Re: [Help-bash] how to bulk rename files, Clark Wang, 2012/04/12
- Re: [Help-bash] how to bulk rename files, Greg Wooledge, 2012/04/12
- Re: [Help-bash] how to bulk rename files, Stephane Chazelas, 2012/04/12
- Re: [Help-bash] how to bulk rename files,
Greg Wooledge <=
- Re: [Help-bash] how to bulk rename files, lxnf98mm, 2012/04/12
- Re: [Help-bash] how to bulk rename files, Chet Ramey, 2012/04/12
Re: [Help-bash] how to bulk rename files, DJ Mills, 2012/04/11
Re: [Help-bash] how to bulk rename files, Steven W. Orr, 2012/04/12
Re: [Help-bash] how to bulk rename files, Conrad J. Sabatier, 2012/04/22
Re: [Help-bash] how to bulk rename files, DJ Mills, 2012/04/12