Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
typeset -F 2 SECONDS
- X-seq: zsh-users 12120
- From: Atom Smasher <atom@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: typeset -F 2 SECONDS
- Date: Fri, 26 Oct 2007 13:29:44 +1300 (NZDT)
- In-reply-to: <20071025224922.45720.qmail@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Openpgp: id=0xB88D52E4D9F57808; algo=1 (RSA); size=4096; url=http://atom.smasher.org/pgp.txt
- References: <20071025033706.12434.qmail@xxxxxxxxxxx> <20071025100559.6bd494cf@news01> <20071025224922.45720.qmail@xxxxxxxxxxx>
i shouldn't have to do a "typeset -F 2 SECONDS" twice, should i?
% zsh -f
127% print $SECONDS
4
127% typeset -F 2 SECONDS
127% print $SECONDS
15.8994210000              <--- huh???
127% typeset -F 2 SECONDS
127% print $SECONDS
19.73                      <--- that's right
--
        ...atom
 ________________________
 http://atom.smasher.org/
 762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808
 -------------------------------------------------
	"80% of air pollution comes not from chimneys and
	 auto exhaust pipes, but from plants and trees."
		-- Ronald Reagan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author