Bash Useful Commands

find . -type f -size +10M -exec sh -c "echo {}; tar cfJ {}.txz {}; rm {}" \;