bash Startup Options

Problem

You’d like to understand the various options you can use when starting bash, but bash --help is not helping you.

Solution

In addition to bash--help, try bash -c "help set" and bash-c help, or just helpset and help if you are already running in a bash shell.

Discussion

bash sometimes has several different ways to set the same option, and this is an example of that. You can set options on startup (for example, bash -x), then later turn the same option off interactively using set+x.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.117.11.247