On Thu, 7 Dec 2006 13:33:50 +0100
Etaoin Shrdlu wrote:

> From the above description, it seems that there are two ways to get
> the output you want: either use the command
> 
> seq -w 0.00 0.25 1.00
> 
> or use -f:
> 
> seq -f "%0.2f"  0 0.25 1


Thanks a lot, that's exactly what I needed.

(However, I find it slightly irritating that seq without the -w flag 
automatically zero pads after the decimal point and seq with the -w flag does 
not, as described by Neil Bothwick.)

Thanks again
Andres

-- 
gentoo-user@gentoo.org mailing list

Reply via email to