[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
disown, fg, jobs
From: |
Dan Jacobson |
Subject: |
disown, fg, jobs |
Date: |
20 Jun 2001 16:59:36 +0800 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
Is there something funny going on here in bash 2.04?:
0/tmp$ sleep 66666
^Z
[1]+ Stopped sleep 66666
0/tmp$ sleep 2222&
[2] 1196
0/tmp$ disown
bash: warning: deleting stopped job 1 with process group 1195
0/tmp$ fg
bash: fg: current: no such job
1/tmp$ jobs
[2]- Running sleep 2222 &
0/tmp$ fg
bash: fg: current: no such job
1/tmp$ fg %2
sleep 2222
there is at least one line in here that is less than ideal, no?
--
http://www.geocities.com/jidanni Tel886-4-25854780 e-mail:restore .com.
- disown, fg, jobs,
Dan Jacobson <=
- Re: disown, fg, jobs, Paul Jarc, 2001/06/20
- sleep & Co on Linux (was: disown, fg, jobs), Sven Mascheck, 2001/06/21
- Re: sleep & Co on Linux (was: disown, fg, jobs), Tim Mooney, 2001/06/21
- Re: sleep & Co on Linux (was: disown, fg, jobs), Paul Jarc, 2001/06/21
- Re: sleep & Co on Linux, Sven Mascheck, 2001/06/21
- Re: sleep & Co on Linux, Sven Mascheck, 2001/06/23
Re: disown, fg, jobs, Dan Jacobson, 2001/06/22