Search for files matching a regex pattern and delete them
Search for files matching a regex and delete them
clean
$ clean '\.log$'
$ clean -r 'temp|tmp' /path/to/directory
$ clean '\.bak$' -v