Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: fg jobs info
- X-seq: zsh-users 11803
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: fg jobs info
- Date: Mon, 03 Sep 2007 08:58:44 -0700
- In-reply-to: <20070903073854.GA5377@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20070902154306.35880.qmail@xxxxxxxxxxx> <070902105953.ZM22915@xxxxxxxxxxxxxxxxxxxxxx> <20070903073854.GA5377@xxxxxxxxxxxxxxx>
On Sep 3, 8:38am, Stephane Chazelas wrote:
}
} I'd like to point out that $* is not the right way to pass
} parameters around. $* strips the empty arguments.
In this case that doesn't really matter because there's no sensible
reason to call "jobs" or "fg" with an empty argument.
} Also, in zsh (contrary to ksh and bash), typeset is a builtin
} parsed like any other builtin, so in the typeset command above,
} the command substitution will be word spit
You're right about that one, though. I edited in the "typeset -g"
after writing the rest, and forgot to add the quotes.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author