|
|
|
|
|
by rasguanabana
159 days ago
|
|
An alternative to just exporting a variable is to prepend it to the command. This will keep it unexported for subsequent calls in current shell. var=value some_command This will still show up in /proc, but a lot of internal tools often rely on environment variables, so it’s kind of inevitable. |
|