Can echo without explicit quotes e.g. `echo ${num}th` (shown in the lesson) Different behavior of double quotes "" single quotes '' backticks \``
Can echo without explicit quotes e.g.
echo ${num}th(shown in the lesson)Different behavior of double quotes "" single quotes '' backticks ``