Home » » Shell Scripting Tutorial For Beginners I - Using Variables Too Comments

Shell Scripting Tutorial For Beginners I - Using Variables Too Comments



#! /bin/bash # this is a comment echo "Hello World" # this is as well as a comment  echo Our vanquish cite is $BASH echo Our vanquish version cite is $BASH_VERSION echo Our habitation directory is $HOME echo Our electrical flow working directory is $PWD  name=Mark VALUE=10 echo The cite is $name echo value $VALUE 

0 comments:

Post a Comment

Search

Blog Archive