Logo 
Search:

Unix / Linux / Ubuntu Articles

Submit Article
Home » Articles » Unix / Linux / Ubuntu » Homework HelpRSS Feeds

Explain the difference between echo “$SHELL” and echo ‘$SHELL’

Posted By: Jacob Bouchard     Category: Unix / Linux / Ubuntu     Views: 4077

Explain the difference between echo “$SHELL” and echo ‘$SHELL’.

Code for Explain the difference between echo “$SHELL” and echo ‘$SHELL’ in Unix / Linux / Ubuntu

$ echo "$SHELL"
/bin/bash

$ echo '$SHELL'

$SHELL
  
Share: 



Jacob Bouchard
Jacob Bouchard author of Explain the difference between echo “$SHELL” and echo ‘$SHELL’ is from Montreal, Canada.
 
View All Articles

Related Articles and Code:


 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!