regex-cheatsheet
regex-cheatsheet copied to clipboard
"Command Line Tools" missing find
trafficstars
find with the -regextype posix-extended and -regex '^regex$' is a good one to know :)
-regex doesn't seem specified in POSIX and seems kind of unusual for find (POSIX specifies tests like -name which use globs instead of regexes).