Re: extfs/iso9660.in
- From: Roland Illig <roland illig gmx de>
- To: Roland Illig <roland illig gmx de>
- Cc: MC Devel <mc-devel gnome org>, Leonard den Ottolander <leonard den ottolander nl>
- Subject: Re: extfs/iso9660.in
- Date: Thu, 28 Oct 2004 15:08:41 +0200
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]