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: Technical_HowTo_Unix
Error:-
Labels: Technical_HowTo_Unix
0 Comments:
Post a Comment
<< Home