[CentOS] -bash: /bin/mv: Argument list too long

Charles Lacroix clacroix at cegep-ste-foy.qc.ca
Thu Jun 15 14:53:19 UTC 2006


On Thursday 15 June 2006 10:41, Mark Quitoriano wrote:
> what's a workaround for this?
>
> -bash: /bin/mv: Argument list too long

can't you use something like

find . -exec mv {} \; /new/location

it's just an idea like this...

if not

mv a* ..
mv b* .. etc




More information about the CentOS mailing list