Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: background jobs / feature request
- X-seq: zsh-users 1398
- From: "Christopher S. Turan" <turans@xxxxxxxxx>
- To: Timothy Luoma <luomat+Lists/Zsh/users@xxxxxxxxxxxxxxx>
- Subject: Re: background jobs / feature request
- Date: Wed, 18 Mar 1998 14:38:05 -0500 (EST)
- Cc: ZSH USers <zsh-users@xxxxxxxxxxxxxxx>
- In-reply-to: <Pine.NXT.3.96.980318142519.11767B-100000@luomat>
Timothy,
Yes, there is. Try
fg %2
It needs a % before the job id number.
Regards,
-Chris
On Wed, 18 Mar 1998, Timothy Luoma wrote:
>
> Say I have several background jobs which I can see with jobs -l which are
> either running in & mode or were control-Z'd into submission
>
> [1] 11381 running tail -1f /tmp/console.log
> [2] - 11839 suspended ls --ignore=.dir.tiff --ignore=.opendir.tiff
> --ignore=.dir3_0.wmd --classify |
> 11840 suspended less
> [3] + 11841 suspended find / -xdev -newer /etc/sendmail.cw -print
> [4] 11767 suspended /usr/local/bin/pine -p
> /Users/luomat/Unix/pine/pine.rc -sort arrival -f activ
>
>
>
> Now I want to get #2 back... is there any way that ZSH could be made to
> understand
>
[snip]
--
Christopher Turan
Unix System Administrator
Messages sorted by:
Reverse Date,
Date,
Thread,
Author