1 # Parallel copy
   2 find . -maxdepth 1 -print0 | parallel -0 -j4 echo cp {} $dst