shell 别名是否符合 POSIX 标准?

发布于 2024-12-29 14:58:59 字数 218 浏览 1 评论 0原文

我正在编写一个实用程序,可以让您持久地设置 shell 别名。

我脑子里认为 unix shell 别名是 POSIX 兼容的,但我不记得我在哪里听到这个,而且我的 google fu 也没有给出任何明确的答案。

我的大部分经验都是使用 zsh 和 bash。

是否可以安全地假设,如果我以 bash 和 zsh 指定的格式编写别名,我将能够将此格式移植到其他 shell?

I am writing a utility which lets you set shell aliases persistently.

I have it in my head that unix shell aliases are POSIX compliant, but I can't remember where I heard this and my google fu has not yielded any definitive answer.

Most of my experience is with zsh and bash.

Is it safe to assume that if I write aliases in the format of specified by both bash and zsh, that I'll be able to port this format over to other shells?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

想挽留 2025-01-05 14:58:59

别名(和unalias< /code>) 确实在 POSIX 中。

另请参阅别名替换别名 了解它们应该如何实现。

alias (and unalias) are indeed in POSIX.

See also alias substitution and alias names for how they are supposed to be implemented.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文