extfs/iso9660.in
Roland Illig
roland.illig at gmx.de
Thu Oct 28 13:00:29 UTC 2004
Leonard den Ottolander wrote:
> Hi,
>
> I wrote:
>
>>- irx = "^. *[0-9]+. ";
>>+ irx = "^\[ *[0-9]+[ ]+[0-9]+\] ";
>
>
> Brackets around the space in the middle are unnecessary. Use
>
> + irx = "^\[ *[0-9]+ +[0-9]+\] ";
>
> instead.
Please read the awk manual ("info gawk") before committing untested code
which does not work.
> - irx = "^\[ *[0-9]+ +[0-9]+\] ";
> + irx = "^\\[ *[0-9]+ +[0-9]+\\] ";
Roland
More information about the mc-devel
mailing list