How to pass to the script the sign of the comparison operation as an argument when run in the console?
>Solution :
How to pass to the script the sign of the comparison operation as an argument when run in the console?
To disable special meaning of > < as redirection operators, quote or escape them.
echo '<' '>'
echo \< \>