# backup all files under a certain size ls -l | awk '$5<100000 { print $NF; }' | xargs glacier upload backupfoldername