Skip to content

Instantly share code, notes, and snippets.

@hosszukalman
Created September 17, 2019 07:58
Show Gist options
  • Save hosszukalman/c565c989cd2adff2af4e1b3640a713c0 to your computer and use it in GitHub Desktop.
Save hosszukalman/c565c989cd2adff2af4e1b3640a713c0 to your computer and use it in GitHub Desktop.
Delete files based on regex
#!/bin/bash
find . -type f -regex '.*cloudagents.*romanian.html' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment