In particular, I use the Linux command:
$ find. -regextype posix-extended -regex '<some regex>' ...
I just want to make sure that the POSIX type that I use is the type used by Perl, since it is by far the one I am most familiar with.
linux regex posix find perl
Kyle
source share