The quotations will expand your variable. As far as the "\>" is concerned... the > symbol already has a function in bash.. so you need to escape it using the escape character, which is the backslashWhat does it mean by: if [ $a \> $b ] ?
When given:
a=100
b=99
What is the difference between having the if condition as [ "$a" \> "$b" ] with the quotes?
Please and thanks!
This is bash scriptingHi there,
Could you tell us what language this is?
Thank you!This is bash scripting