Gehen Sie zu einem gestoppten Job zurück

236
wim
wim@wim-zenbook:~$ ipython Python 2.7.4 (default, Apr 19 2013, 18:28:01)  Type "copyright", "credits" or "license" for more information.  IPython 0.13.2 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object', use 'object??' for extra details.  In [1]: x = 'potato'  In [2]: # I'm about to press ctrl+z  In [3]:  [1]+ Stopped ipython wim@wim-zenbook:~$ # how do I get back to my ipython?! wim@wim-zenbook:~$ bg [1]+ ipython & wim@wim-zenbook:~$ # ummm...  [1]+ Stopped ipython wim@wim-zenbook:~$ logout There are stopped jobs. 

Ich bin auf Ubuntu 13.04 / gnome-terminal und habe in ipython ctrl + z gestoßen. Wie komme ich zurück?

0
Versuchen Sie mit dem Befehl fg Ihre Arbeit. Sepahrad Salour vor 10 Jahren 1
It worked. Would you like to post that as an answer, or should I delete the question? wim vor 10 Jahren 0

0 Antworten auf die Frage