interactive-shell Questions
4
Does MongoDB have something like a .bash_history file?
I recently typed in a long command, closed & re-opened the shell, and want to retrieve it.
Pressing up doesn't work as it seems that the...
Fade asked 22/4, 2011 at 2:20
2
Solved
I have been tasked to create an interactive shell to be embedded in python, such that, when called from the command line it will be dropped into that shell. Can anyone recommend me a library that d...
Forty asked 6/10, 2014 at 23:9
2
How can I easily get the second-to-last (penultimate) word/argument from the previous command in a bash interactive shell? I often run commands in the background, and I would like to get the file t...
Sanctimonious asked 21/1, 2015 at 0:49
4
Solved
I'm using Ubuntu 12.04 (Precise Pangolin) 64 bit, and I want to use the PHP interactive shell:
php -a
But it doesn't seem to work very well, and a lot of syntax is incorrectly interpreted.
When I ...
Conservatoire asked 2/4, 2013 at 15:7
2
I have an interactive shell application on windows.
I would like to write a python script that will send commands to that shell application and read back responses.
However i want to do it interact...
Lavery asked 17/2, 2016 at 13:22
2
In most programming languages (like Java or Python) we use the "\" character at the end of a line to indicate that the code on the next line of documentation is a continuation of what should be exe...
Gwyngwyneth asked 3/9, 2014 at 18:35
0
I have written an exception handler that is meant to log all uncaught exceptions
in the code before calling the normal python exception hooks. Python and iPython
have slightly different ways of do...
Heartily asked 30/7, 2014 at 19:32
1
Solved
Note: This is somewhat a follow-up on the question: Tkinter - when do I need to call mainloop?
Usually when using Tkinter, you call Tk.mainloop to run the event loop and ensure that events are pro...
Sotelo asked 2/1, 2014 at 20:56
2
Solved
I've been using Wing IDE for python programming and I am trying to switch to Eclipse, PyDev.
When I run my code in Wing IDE, after finishing the execution the console goes right back to the intera...
Duckpin asked 20/8, 2013 at 3:32
2
Solved
What is a login shell and interactive shell, and what is a .bash_profile and .bashrc?
Elohim asked 12/8, 2013 at 12:25
1
Solved
Possible Duplicate:
Does Go provide REPL?
Does anyone know if there is an REPL (interactive go shell, similar to irb) available for go which allows the user to use import statements? ...
Perpetrate asked 27/9, 2012 at 10:43
1
© 2022 - 2024 — McMap. All rights reserved.