Trace: • temp • doveadm_scripting • useful_network_tools • setup_postfix_relay • wondercms • build_add_raid • delete_files_using_find
This will delete all *.txt.gzip files
find . -name “*.txt.gz” -exec rm -rf “{}” \;