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

Re: what is the effect of a percentage sign (%) as last character on the command line



On 01/21/2010 10:36 PM, Joakim Rosqvist wrote:
Try zsh -v to have all commands printed before they are executed.

/Joakim


p% zsh -v
( lot of output )
p% date%
date%
p(127)% date
date
Thu Jan 21 23:20:17 CET 2010

( I have customized the prompt so that it displays the last error code , and I use the percentage sign in the prompt )

Peter



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