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

Functions that start Jobs



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