regex-cheatsheet icon indicating copy to clipboard operation
regex-cheatsheet copied to clipboard

"Command Line Tools" missing find

Open tcaxle opened this issue 4 years ago • 1 comments
trafficstars

find with the -regextype posix-extended and -regex '^regex$' is a good one to know :)

tcaxle avatar Dec 18 '20 13:12 tcaxle

-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).

remram44 avatar Dec 19 '20 19:12 remram44