I am trying to set an environment in a KornShell (ksh) scipt using
export DB_URL = [email protected]
But I am getting =: This is not an identifier
Please assist.
Don't put spaces between the variable name, equal sign and its value.
export THIS=that
Or
THIS=that; export THIS
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With