Created
September 17, 2019 07:58
-
-
Save hosszukalman/c565c989cd2adff2af4e1b3640a713c0 to your computer and use it in GitHub Desktop.
Delete files based on regex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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