zsh-users
 help / color / mirror / code / Atom feed
* Functions that start Jobs
@ 2001-06-28 22:33 Gregory Margo
  2001-06-29  0:07 ` Bart Schaefer
  0 siblings, 1 reply; 8+ messages in thread
From: Gregory Margo @ 2001-06-28 22:33 UTC (permalink / raw)
  To: zsh-users

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@yahoo.com
Work: gmargo@spam-spam-spam-bacon-and-spam.com


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-06-29 16:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-28 22:33 Functions that start Jobs Gregory Margo
2001-06-29  0:07 ` Bart Schaefer
2001-06-29  8:04   ` Gregory Margo
2001-06-29  8:26     ` Sven Wischnowsky
2001-06-29  9:04       ` Vincent Lefevre
2001-06-29  9:16         ` Sven Wischnowsky
2001-06-29 16:34           ` Bart Schaefer
2001-06-29  8:30     ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).