.vimrc/.bashrc中“rc”是什么意思?

        在配置vim和bash工具时,都会配置其对应的配置文件,但每当编辑一个叫vimrc的文件时就好奇为什么叫“rc”,“配置文件”的缩写应该是“cf”才对,也不应该这个啊?查找了一些资料后了解到另有原因:

        从维基百科中可以看到相关的定义(链接):

In the context of Unix-like systems, the term rc stands for the phrase "run commands". It is used for any file that contains startup information for a command. It is believed to have originated somewhere in 1965 from a runcom facility from the MIT Compatible Time-Sharing System (CTSS). 

关于unix部分,我们可以看到“rc”是“run commands”的缩写。带有rc后缀的配置文件是:“用于包含命令启动信息的任何文件。”

你可能感兴趣的:(Linux基础知识学习笔记,vimrc,linux,编辑器,配置文件)