#pragma section-numbers 1 <> * [[bash/invocation/option|Invocation Options]] * [[bash/builtin/set|Set Options]] * [[bash/builtin/shopt|Shopt Options]] ==== Invocation Option --norc ==== ---- [[bash/invocation/option/norc|--norc]] * Do not read and execute the personal initialization file ~/.bashrc if the shell is interactive. * This option is on by default if the shell is invoked as sh. * These options must appear on the command line before the single-character options to be recognized.