I have this snippet of bash:
I'd understand the snippet if the exclamation mark didn't exist, as it's a simple check of whether varname
is empty.
What the heck is !varname
?
I have this snippet of bash:
I'd understand the snippet if the exclamation mark didn't exist, as it's a simple check of whether varname
is empty.
What the heck is !varname
?