Skip to main content

Linux: Wonder What rc Stands for?

"I wanted to understand where it came from." — Ginni Rometty

Let's try running the following command to list all hidden files ending with 'rc' in your home directory:

[user@personal ~]$ ls -la ~/.*rc
-rw-r--r-- 1 user user   412 Mar 25 11:15 /home/user/.bashrc
-rw------- 1 user user 24352 Apr  2 09:31 /home/user/.pinerc
-rw-rw-r-- 1 user user    22 Apr  1 19:05 /home/user/.vimrc

rc in these files stands for run commands.

Display line number by editing .vimrc file

Popular posts from this blog

Microsoft Windows Server 2012 R2 Standard Evaluation Product Key

Microsoft Windows Server 2012 R2 Standard Evaluation D2N9P-3P6X9-2R39C-7RTCD-MDVJX DBGBW-NPF86-BJVTX-K3WKJ-MTB6V

Powershell: head and tail command

Use head or tail to skim the first or last 5 lines.

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.