How do I find all files that do *not* match a pattern? #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For example, I want to search a directory tree for everything that does not end in
.json.Use the
-notwithfind.I used this to count the number of images (roughly) in a Google Takeout:
Source: https://stackoverflow.com/a/1342110