Bash Command Line

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

External

Internal

Standard Command-Line Options

bash-specific Command Line Options

--

End of options. Anything further on the command line is an argument, not an option.

-c

Start a non-interactive shell, which executes the string that follows -c. To avoid the shell that executes the bash invoked with -c to perform command line expansion, the string should be enclosed in single quotes:

bash -c 'i=0; echo $i'

--version

Reverse Search

Ctrl - R