Have any way to unset different variables using a one command?
unset HTTP_PROXY unset HTTPS_PROXY unset FTP_PROXY unset ALL_PROXY unset NO_PROXY
Using the set -n command Alternatively, you can unset environment variables by using the set command with the “-n” flag.
unset
takes multiple variables:
unset HTTP_PROXY HTTPS_PROXY FTP_PROXY ALL_PROXY NO_PROXY
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