other languages
other sections
ENV(1) | 用戶命令 | ENV(1) |
名稱¶
env - 在重建的環境中運行程序概述¶
env [選項]... [-] [名稱=值]... [命令 [參數列表]...]描述¶
在環境中將每個指定名稱的環境變量設爲指定的值,並運行給定命令。必選參數對長短選項同時適用。
- -i, --ignore-environment
- 不帶環境變量啓動
- -0, --null
- 使每行輸出以 NUL 字符結束,不添加換行符
- -u, --unset=名稱
- 從環境中移除指定環境變量
- -C, --chdir=指定目錄名稱
- 將工作目錄修改爲指定的目錄名稱
- --help
- 顯示此幫助信息並退出
- --version
- 顯示版本信息並退出
單獨的“-”隱含選項 -i。如果沒有給定命令,則輸出重建後的環境。
作者¶
由 Richard Mlynarik 和 David MacKenzie 編寫。報告錯誤¶
GNU coreutils 的在線幫助: <http://www.gnu.org/software/coreutils/>請向 <http://translationproject.org/team/zh_CN.html> 報告 env 的翻譯錯誤。
版權¶
Copyright © 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
參見¶
完整文檔請見: <http://www.gnu.org/software/coreutils/env>或者在本地使用: info '(coreutils) env invocation'
跋¶
本頁面中文版由中文 man 手冊頁計劃提供。中文 man 手冊頁計劃:https://github.com/man-pages-zh/manpages-zh
2017年10月 | GNU coreutils 8.28 |