Answers for "how to save file in linux"

0

how to save file in linux

#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*
Posted by: Guest on June-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language