About
rc file are file that ends up with the suffix rc where rc:
- stands for run commands
- derives its name from the /etc/rc.* files used to start Unix systems.
They contains command that are run at the start of a program.
Example
The rc file ~/.sqliterc would be run and executed by the sqlite application when it would start.