Comment by yjftsjthsd-h
5 days ago
That depends on the language. In unix shell,
echo $JOB
and
echo ${JOB}
are identical, though the latter is more flexible (Allowing eg. `echo ${JOB:-unemployment}` or `echo ${JOB}SUCKS`).
5 days ago
That depends on the language. In unix shell,
echo $JOB
and
echo ${JOB}
are identical, though the latter is more flexible (Allowing eg. `echo ${JOB:-unemployment}` or `echo ${JOB}SUCKS`).
No comments yet
Contribute on Hacker News ↗