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/