Matt Kettler wrote:
(That said, if you're a sysadmin I'd strongly suggest learning basic regex
syntax. "grep" and many other command-line sysadmin tools become so much more
powerful if you know how to create a regex.)
----
Actually, I know sed/[e]grep/bash{2,3} et al. RE's, just need to know
which syntax is supported, i.e. old "sh", bash2 compatible, bash3 (w/iterators),
sed compat RE's, grep (w/POSIX support), egrep (w/alternation)...etc. You
say "fileglob" format, is that as in "sh" or "ash", or "bash3.x"? I'm still
not real clear from the docs (sorry) ...?
Thanks,
Linda