Last active
January 5, 2023 18:43
-
-
Save stevepq4launch/c44fa06a32c8466015168b9a6df6601d to your computer and use it in GitHub Desktop.
File Cleanup
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
| find . -name .htaccess -delete | |
| find . -newermt 2022-03-11 ! -newermt 2022-03-12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment