updated: [master] [4de95fe] Ticket #1963: use grep instead of awk in iso9660 extfs plugin.
Andrew Borodin
aborodin at vmail.ru
Wed Dec 15 06:14:31 UTC 2010
On Tue, 14 Dec 2010 17:28:11 +0100 Oswald Buddenhagen wrote:
> or more precisely, you mean
> @EGREP@ "Iconv not yet supported|Unknown charset"
> (without the backslash).
No. I mean @GREP@ with backslash'ed OR \|.
There is an alternative:
@GREP@ with \|
or
@EGREP@ with |
> that's cleaner and should be more portable than the gnu extensions to
> basic regular expressions.
Is \| a GNU extension in grep?
--
Andrew
More information about the mc-devel
mailing list