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