有没有长篇小说?或者这只是 80 年代的传统?
答案1
我听说
- 运行命令
- 资源控制
- 运行控制
- 运行时配置
就我个人而言,我会选择运行控制,因为 ESR 是这么说的。
http://www.catb.org/~esr/writings/taoup/html/ch10s03.html
他的脚注写道:
The ‘rc’ suffix goes back to Unix's grandparent, CTSS.
It had a command-script feature called "runcom". Early
Unixes used ‘rc’ for the name of the operating system's
boot script, as a tribute to CTSS runcom.
维基百科选择“运行命令”作为默认的长格式,但承认上下文应该决定词汇的选择。
While not historically precise, rc may also be pronou-
nced as "run control", because an rc file controls how
a program runs. For instance, the editor Vim looks for
and reads the contents of the .vimrc file to determine
its initial configuration. The most sensible pronunci-
ation depends on the function of the file: to start
something up, or to control how something starts up.
答案2
据该消息来源称——http://kb.iu.edu/data/abdr.html-- 意思是“运行命令”
答案3
此链接对一些命令给出了有趣的解释。
根据它rc
代表的,"runcom"
而这又代表的Run Commands
。