Ask coding questions
What is the command to edit a text file in the bash shell, the nano command is not working
nano is a program, which is not installed on the repl.it servers. Although, it appears vi is installed, so you can use that.
nano
vi
EDIT: vim is also installed.
vim
Ahh okay I see! I’ll try this , thanks! @niorg2606
@m4k3rhum4n if @niorg2606 answered your question, be sure to mark it as answered.
@SixBeeps I followed along with this answer, but I can't exit vim!
@doineednumbers by pc you type 'i' to insert and 'esc' to run commands. Once you are in command line of vi type :wq! to save and exit. Hope is usefull.
@MarcoAlbertini It's a joke
@doineednumbers oh, sorry i'm not the smartest in the world
nano
is a program, which is not installed on the repl.it servers. Although, it appearsvi
is installed, so you can use that.EDIT:
vim
is also installed.Ahh okay I see! I’ll try this , thanks! @niorg2606
@m4k3rhum4n if @niorg2606 answered your question, be sure to mark it as answered.
@SixBeeps I followed along with this answer, but I can't exit vim!
@doineednumbers by pc you type 'i' to insert and 'esc' to run commands. Once you are in command line of vi type :wq! to save and exit. Hope is usefull.
@MarcoAlbertini It's a joke
@doineednumbers oh, sorry i'm not the smartest in the world