bug-bash
[Top][All Lists]
Advanced

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]