Skip to content

Commit 144fe50

Browse files
Create nano_tutorial.md
1 parent bdb2d8c commit 144fe50

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

About/nano_tutorial.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# The following are the steps to use NANO editor
2+
- Open Terminal in Linux
3+
- Navigate to the folder where you kept your programs using ` cd ` command
4+
- Type the following command but __Replace FILENAME with the name of your shell program Filename__ ` nano FILENAME.sh `
5+
- Start editing the file
6+
- Once you are done editing the file press __Ctrl + X__ to exit
7+
- The editor will ask you to save the file, press __Y__ to save it and press __Enter__

0 commit comments

Comments
 (0)