Friday, March 28, 2008

HowToUnix: Problem in file moving -sh: /bin/mv: Argument list too long

Error:-
Was getting that error while trying to move more than 60K files.

Resolution:-
find [abc]* -depth | cpio -pdumav /your/target/directory

Labels:

0 Comments:

Post a Comment

<< Home