Tuesday, July 16, 2013

/bin/mv: Argument list too long

find /path/to/file -type f | xargs -i mv "{}" /path/to/move find . -type f | xargs -i mv "{}" ./archive/

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.