/ Published in: Bash

used to sort out empty music-files
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -size 0 -print0|xargs -0 mv -t /tmp
Comments
