Scripting

Find Remove Zero Length Files

 find /myth/music -size 0| sed s/^/\"/g | sed s/$/\"/g | xargs -n 1 rm