Skip to main content

Using Variables and Comments

Create .sh file using this command.

# touch hello.sh

Now open the file using Linux editor like- nano, vi, vim, and gpedit. you can also use Vs-Code.

# nano hello.sh