How to edit/save a file through Ubuntu Terminal

后端 未结 5 1356
心在旅途
心在旅途 2020-12-22 18:23

This is quite a simple question:

I just need to open a file (this filename is galfit.feedme). I can view the file with view galfit.feedme when I\'m in the directory

5条回答
  •  無奈伤痛
    2020-12-22 18:40

    Normal text editors are nano, or vi.

    For example:

    root@user:# nano galfit.feedme
    

    or

    root@user:# vi galfit.feedme
    

提交回复
热议问题