Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
renice +20 %%
- X-seq: zsh-workers 22602
- From: Dave Yost <Dave@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: renice +20 %%
- Date: Sun, 13 Aug 2006 15:22:26 -0700
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi.
I can't see how I would write a shell function that would do something like
renice +20 %%
I propose an option to the jobs builtin to output only the pid of the
specified job, so one could write this:
jr() { renice +20 $(jobs -x %%) }
Thanks
Dave
Messages sorted by:
Reverse Date,
Date,
Thread,
Author