📌  相关文章
📜  如何在 linux 中保存文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:38.106000             🧑  作者: Mango

代码示例1
#1st step: get nano
sudo apt-get update
sudo apt install nano
#2nd sted: get into the file and edit
nano [filename]
#3rd step: save
*press Control and o keys*
*then press enter*