Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: quick question about '%s' expansion



Simon Hausmann wrote:
	date +%s

results in the following output

	" date "+" date "+"999985277


{pts/2}% date +%s
999985938
{pts/2}% echo $ZSH_VERSION
4.0.2

Check with zsh -f. Is it possible that date is aliased/defined as function?

-andrej



Messages sorted by: Reverse Date, Date, Thread, Author