Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 460 Bytes

File metadata and controls

10 lines (10 loc) · 460 Bytes

The following are the steps to use NANO editor

  • Open Terminal in Linux
  • Navigate to the folder where you kept your programs using cd command
  • Type the following command but Replace FILENAME with the name of your shell program Filename
      nano FILENAME.sh 
    
  • Start editing the file
  • Once you are done editing the file press Ctrl + X to exit
  • The editor will ask you to save the file, press Y to save it and press Enter