Re: extfs/iso9660.in
- From: Leonard den Ottolander <leonard den ottolander nl>
- To: MC Devel <mc-devel gnome org>
- Subject: Re: extfs/iso9660.in
- Date: Thu, 28 Oct 2004 13:13:53 +0200
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.
Leonard.
--
mount -t life -o ro /dev/dna /genetic/research
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]