bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make running program& into a (program&)


From: Dan Jacobson
Subject: make running program& into a (program&)
Date: 11 Feb 2002 08:02:59 +0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

John Q. User log:
$ emacs & #oops, wanted to do "(emacs &)"
[1] 1976
$ fg
emacs tcp-tips
^Z
[1]+  Stopped                 emacs tcp-tips
$ (bg&) #maybe try this?
bash: bg: no job control
$ jobs
[1]+  Stopped                 emacs tcp-tips
$ bg  #sigh
[1]+ emacs tcp-tips &
-------------------------
anyways, John Q. wanted to make his already running emacs& into a
(emacs&).  He is miffed that apparently even in this day and age of
high technology, he probably has no way to do this with current bash?

[ (emacs&) would be immune to whatever happened to the parent shell,
so that's why I use it. ]
-- 
http://www.geocities.com/jidanni/ Taiwan(04)25854780



reply via email to

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