nash
nash copied to clipboard
parser: change command syntax and semantic
Commands will not accept operations in their arguments anymore.
Ex.:
-
echo a+b
will result ina+b
-
echo $a+$b
will fail -
echo $HOME+"/stuff"
will fail -
echo [$HOME+"/stuff"]
will result in/home/user/stuff