find . -type f -size 2572c | xargs rm -rf
use find to list files
c==byte
use xargs to pipe and delete
No comments:
Post a Comment