#vi commandについて
viはLinux系でテキストを編集する際に使用されるコマンド
vi (編集するファイル名)
xxxxxxx@MacBook-Pro vi-command % vi index.txt
コマンドを実行すると以下のような編集画面になるので、こちらでviコマンドを使った編集を行います。
○vi編集画面
The vi editor is the most popular and classic text editor in the Linux family. Below, are some reasons which make it a widely used editor
~
~
~
~
~
~
~
~
~
~
~
~
~
~
-- INSERT --
viコマンド
よく使うものを選んでいます。
その他にもコマンドはたくさんありますが、その他は使用するタイミングで調べる感じでいいかなと思います。