小编ske*_*ist的帖子

Unset an environment variable for a single command

In Bash, we can set an environment variable for a single command this way:

FOO=bar somecommand
Run Code Online (Sandbox Code Playgroud)

What if we want to unset a variable for a single command?

unix bash environment-variables

44
推荐指数
2
解决办法
3万
查看次数

标签 统计

bash ×1

environment-variables ×1

unix ×1