小编TZu*_*iri的帖子

为什么 cp 的选项是不覆盖名为 --no-clobber 的文件?

cp 是一个非常流行的 Linux 工具,由 GNU 基金会的 coreutils 团队维护。

默认情况下,具有相同名称的文件将被覆盖,如果用户想要更改此行为,他们可以添加--no-clobber到他们的复制命令中:

   -n, --no-clobber
          do not overwrite an existing file (overrides a previous -i option)
Run Code Online (Sandbox Code Playgroud)

为什么不是这样的--no-overwrite

gnu cp coreutils history user-interface

23
推荐指数
2
解决办法
4533
查看次数

“所有 UNIX 应用程序”是 Kernighan/Ritchie 的拼写错误吗?

我正在阅读Brian Kernighan 和 Dennis Ritchie 所著的《C 编程语言》(第二版) 。在第一版的序言中,有这样一句话:

操作系统、C 编译器和基本上所有 UNIX 应用程序(包括编写本书所使用的所有软件)都是用 C 编写的。

我很难解析这个片段“UNIX 应用程序”。据我了解,应用程序和程序是同义词。如果中间有一个and,那就有意义了。如果应用程序是单一的,那么它可能还是有意义的。

我错过了什么吗?程序和应用程序之间有区别吗?

terminology application

0
推荐指数
1
解决办法
135
查看次数

标签 统计

application ×1

coreutils ×1

cp ×1

gnu ×1

history ×1

terminology ×1

user-interface ×1