简体中文 ▾
Localized versions of git-sh-i18n--envsubst manual
Topics ▾
Email
Latest version
▾
git-sh-i18n--envsubst last updated in 2.0.5
Changes in the git-sh-i18n--envsubst manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Server Admin
Guides
- gitattributes
- Command-line interface conventions
- Everyday Git
- Frequently Asked Questions (FAQ)
- Glossary
- Hooks
- gitignore
- gitmodules
- Revisions
- Submodules
- Tutorial
- Workflows
- All guides...
Administration
Plumbing Commands
- 2.1.4 → 2.47.0 no changes
- 2.0.5 12/17/14
概述
eval_gettext () { printf "%s" "$1" | ( export PATH $(git sh-i18n--envsubst --variables "$1"); git sh-i18n--envsubst "$1" ) }
描述
这不是最终用户想要运行的命令。 永远不会 本文档是为研究管道脚本和/或编写新脚本的人员准备的。
git sh-i18n--envsubst 是 Git 对 GNU gettext 软件包中的 GNU envsubst(1)
程序的精简拷贝。git-sh-i18n[1] 内部使用它来插值传递给 eval_gettext
函数的变量。
不保证界面,也不保证该程序不会在下一版 Git 中毫无征兆地消失。不要使用它。
GIT
属于 git[1] 文档