Cosa significa rc, in bashrc, nanorc?


Risposte:


13

Ho sentito

  • eseguire comandi
  • controllo delle risorse
  • eseguire il controllo
  • configurazione di runtime

Personalmente, andrei con il controllo della corsa, perché lo dice ESR.

http://www.catb.org/~esr/writings/taoup/html/ch10s03.html

La sua nota a piè di pagina dice:

 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.

Wikipedia sceglie "esegui comandi" come forma lunga predefinita, ma ammette che il contesto dovrebbe determinare la scelta delle parole.

 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


La "runcom" di ESR, tuttavia, non suggerisce "run control", a meno che non esista una regola per la transoformatura da n a m di cui non conosco.
MPi

Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.