#pragma section-numbers 1 <> * [[bash/invocation/option|Invocation Options]] * [[bash/builtin/set|Set Options]] * [[bash/builtin/shopt|Shopt Options]] ==== Invocation Option --rcfile ==== ---- [[bash/invocation/option/rcfile|--rcfile]] FILE `|` [[bash/invocation/option/init_file|--init-file]] FILE * Execute commands from file instead of the standard personal initialization file ~/.bashrc if the shell is interactive (see INVOCATION below). * An argument of --init-file is equivalent to --rcfile. * These options must appear on the command line before the single-character options to be recognized.