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: Wed, 27 Oct 2004 23:58:45 +0200
Hi Roland,
On Wed, 2004-10-27 at 18:42, Roland Illig wrote:
> -$ISOINFO -l -i "$1" | @AWK@ '
> +$ISOINFO -l -i "$1" | sed -e 's,\[[ ]*[0-9][0-9]*[ ]*[0-9][0-9]*\][ ]*,,' | @AWK@ '
Try attached patch instead.
Leonard.
--
mount -t life -o ro /dev/dna /genetic/research
--- iso9660.in.000 2004-10-27 15:27:49.000000000 +0200
+++ iso9660.in 2004-10-27 23:56:48.000000000 +0200
@@ -38,7 +38,7 @@ BEGIN {
# Pattern to match 8 first fields.
rx = "[^ ]+[ ]+";
rx = "^" rx rx rx rx rx rx rx rx;
- irx = "^. *[0-9]+. ";
+ irx = "^\[ *[0-9]+[ ]+[0-9]+\] ";
}
/^$/ { next }
/^d---------/ { next }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]