Skip to content

Instantly share code, notes, and snippets.

@meysam81
Created July 11, 2024 10:10
Show Gist options
  • Save meysam81/990a8baf7135685b1bf7351ca56478d5 to your computer and use it in GitHub Desktop.
Save meysam81/990a8baf7135685b1bf7351ca56478d5 to your computer and use it in GitHub Desktop.
name=world
double_quote="hello $name"
single_quote='hello '"$name"''
echo $double_quote
echo $single_quote
# output:
# hello world
# hello world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment