在bashrc中,rc是nanorc代表什么?


Answers:


13

我听说

  • 运行命令
  • 资源控制
  • 运行控制
  • 运行时配置

就个人而言,我会采用运行控制,因为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.

http://en.wikipedia.org/wiki/Run_Commands


但是,ESR的“ runco​​m”不建议“运行控制”,除非有我不知道的将n转换为m的规则。
MPi

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.