Skip to content

Instantly share code, notes, and snippets.

@boxfrommars
Created November 27, 2011 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boxfrommars/1398074 to your computer and use it in GitHub Desktop.
Save boxfrommars/1398074 to your computer and use it in GitHub Desktop.
copy files to sony walkman nwz-b163f from ubuntu with alphabetical sorting
find -type f -print0 | sort -z | cpio -0 -pd /media/WALKMAN/MUSIC/kn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment