extfs/iso9660.in
Leonard den Ottolander
leonard at den.ottolander.nl
Wed Oct 27 19:18:18 UTC 2004
Hi Roland,
On Wed, 2004-10-27 at 18:42, Roland Illig wrote:
> +$ISOINFO -l -i "$1" | sed -e 's,\[[ ]*[0-9][0-9]*[ ]*[0-9][0-9]*\][ ]*,,' | @AWK@ '
Wouldn't it be better to fix this inside the awk script? Or parse the
whole thing with sed? It seems a bit redundant to use both awk and
sed...
Otherwise you might want to replace the above with this (sorry for the
line wrap):
+$ISOINFO -l -i "$1" | sed -e 's,\[[ ]*[0-9]+[ ]+[0-9]+\][ ]*,,' | @AWK@
'
Leonard.
--
mount -t life -o ro /dev/dna /genetic/research
More information about the mc-devel
mailing list