Que signifie rc, dans bashrc, nanorc?

Réponses:

13

j'ai entendu

  • exécuter des commandes
  • contrôle des ressources
  • exécuter le contrôle
  • configuration d'exécution

Personnellement, j'irais avec le contrôle de l'exécution, car ESR le dit.

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

Sa note de bas de page dit:

 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 choisit "exécuter les commandes" comme forme longue par défaut, mais admet que le contexte devrait déterminer le choix des mots.

 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

djeikyb
la source
Le «runcom» d'ESR, cependant, ne suggère pas le «contrôle du run», sauf s'il existe une règle de transoformage de n en m que je ne connais pas.
MPi