Return to Snippet

Revision: 18052
at September 22, 2009 07:30 by 1b0t


Initial Code
find . -size 0 -print0|xargs -0 mv -t /tmp

Initial URL


Initial Description
used to sort out empty music-files

Initial Title
move all files in current dir  with 0 size to /tmp

Initial Tags
Bash, files, find

Initial Language
Bash