extfs/iso9660.in
Roland Illig
roland.illig at gmx.de
Thu Oct 28 13:08:41 UTC 2004
Roland Illig wrote:
> 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
> _______________________________________________
> Mc-devel mailing list
> http://mail.gnome.org/mailman/listinfo/mc-devel
>
>
More information about the mc-devel
mailing list