What exactly was the point of [ "x$var" = "xval" ]? - Vidar's Blog - 0 views
-
x-hack
-
test "x$arg" = "x-f"
-
the utility used a simple recursive descent parser without backtracking, which gave unary operators precedence over binary operators and ignored trailing arguments.
- ...3 more annotations...