Editing a file on Nano Editor
Open the file with write mode
$ nano -w file_name
Modify the file
Press Ctrl+O, ENTER and Ctrl+X to Save and Exit the editor
Open the file with write mode
$ nano -w file_name
Modify the file
Press Ctrl+O, ENTER and Ctrl+X to Save and Exit the editor
No comments:
Post a Comment