I found out today that $- gives the options with which bash was started.
$ echo $-
himHB
I would like to know in which file these options to bash were set or which file runs bash with these options.
I found out today that $- gives the options with which bash was started.
$ echo $-
himHB
I would like to know in which file these options to bash were set or which file runs bash with these options.