zsh-workers
 help / color / mirror / code / Atom feed
* background jobs / feature request
@ 1998-03-18 19:31 Timothy Luoma
  1998-03-18 19:49 ` Andrew Main
  1998-03-20 13:12 ` Kevin Sullivan
  0 siblings, 2 replies; 3+ messages in thread
From: Timothy Luoma @ 1998-03-18 19:31 UTC (permalink / raw)
  To: ZSH USers; +Cc: ZSH Workers


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

fg \[2\]

or, better

fg 11839

?

This would be much more convenient, especially in the case of pine where I
have to type

fg /usr/local/bin/pine


TjL



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

end of thread, other threads:[~1998-03-20 13:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-03-18 19:31 background jobs / feature request Timothy Luoma
1998-03-18 19:49 ` Andrew Main
1998-03-20 13:12 ` Kevin Sullivan

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).