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