在哪里可以找到 Unix 实用程序的源代码?

发布于 2024-07-25 05:49:01 字数 1539 浏览 8 评论 0原文

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

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

发布评论

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

评论(4

情未る 2024-08-01 05:49:01

在 Debian 和 Ubuntu 上:

apt-get source coreutils

更一般地说:http://ftp.gnu.org/gnu/coreutils/

On Debian and Ubuntu:

apt-get source coreutils

More generally: http://ftp.gnu.org/gnu/coreutils/

烛影斜 2024-08-01 05:49:01

对于更接近原始 UNIX 工具集(而不是 GNU 重写)的源,

Heirloom Toolchest 是标准 Unix 实用程序的集合.

亮点是:

For sources much closer to the original UNIX toolset (and not the GNU rewrites),

The Heirloom Toolchest is a collection of standard Unix utilities.

Highlights are:

  • Derived from original Unix material released as Open Source by Caldera and Sun.
因为看清所以看轻 2024-08-01 05:49:01

一般来说,在 rpm 管理的 Linux 发行版上,为了检查哪个文件属于哪个包,我将使用如下命令:

rpm -qf `which sort`

Generally on rpm managed Linux distribution, for me to check which file belong to which package, I will use command like:

rpm -qf `which sort`
本宫微胖 2024-08-01 05:49:01

来自 OpenSolaris。 恕我直言,代码比 GNU 干净得多。

From OpenSolaris. IMHO much cleaner code then GNU.

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