Jump to content

"edit" in Shell

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Guest_Lop_*

Guest_Lop_*
  • Guests
What can I use in SSH that is equivalent to "edit" in DOS? I would like to modify some html files and config files.

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I like to use "vi" but it can take a bit to get use to. You can try "pico" which is similar to the traditional DOS edit command.

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
nano is another one that I forgot to mention.

#4
Guest_Wanch_*

Guest_Wanch_*
  • Guests
vim is what I like to use - vi improved! which has syntax highlighting and allows you to use the up and down arrows.