/ Published in: Bash
used to sort out empty music-files
Expand |
Embed | Plain Text
find . -size 0 -print0|xargs -0 mv -t /tmp
You need to login to post a comment.
used to sort out empty music-files
find . -size 0 -print0|xargs -0 mv -t /tmp
You need to login to post a comment.