Open LecrisUT opened 1 year ago
https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html
I was doing a quick search in the test folder, but I don't quite see the parameter expansion other than default -, nor do I see nesting of operations. Having support for + and = operator would be appreciated.
-
+
=
https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html
I was doing a quick search in the test folder, but I don't quite see the parameter expansion other than default
-
, nor do I see nesting of operations. Having support for+
and=
operator would be appreciated.