bashrcのnanorcのrcは何を表していますか?


回答:


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に変換するためのルールがわからない限り、»run control«を提案しません。
MPi

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.