Answers for "define string in sh with $"

0

how to echo string .sh

MYCUSTOMTAB='hello word'
echo $MYCUSTOMTAB
Posted by: Guest on November-11-2021
0

string in shell script

nameOfTheString = "StringItself";
Posted by: Guest on June-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language