We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb2d8c commit 144fe50Copy full SHA for 144fe50
About/nano_tutorial.md
@@ -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