Merge pull request #3142 from ictlyh/master

[Translating] sources/tech/20150807 How To--Temporarily Clear Bash En…
This commit is contained in:
ictlyh 2015-08-07 17:48:27 +08:00
commit 1026e190da

View File

@ -1,3 +1,4 @@
Translating by ictlyh
How To: Temporarily Clear Bash Environment Variables on a Linux and Unix-like System
================================================================================
I'm a bash shell user. I would like to temporarily clear bash shell environment variables. I do not want to delete or unset an exported environment variable. How do I run a program in a temporary environment in bash or ksh shell?