Re: extfs/iso9660.in



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





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]