Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Functions that start Jobs
- X-seq: zsh-users 3974
- From: Gregory Margo <gmargo@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Functions that start Jobs
- Date: Thu, 28 Jun 2001 15:33:16 -0700
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Reply-to: gmargo@xxxxxxxxx
I have a Function that starts a process in the background.
The Job created is "%2" instead of "%1".
Why is this?
How can I make it be the first Job?
Here's the function:
function makeb() {
nice make $* 2>&1 > Make.out &
}
--
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Gregory H. Margo
Home: gmargo@xxxxxxxxx
Work: gmargo@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author