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