Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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*
 
PREVIOUS NEXT
Tagged: #save #file #linux
ADD COMMENT
Topic
Name
2+2 =