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