Bash Variables

 

  • We cannot use bash variables without having the proper information (syntax, data types, types, working) 
  • Variables are the containers which store data or a useful piece of information as the value inside them. 

  • Single Quote ('') helps to treat every character.
  • Double Quote ("") helps to do the substitution.