bash: Basic Shell Features

1 
1 3 Basic Shell Features
1 **********************
1 
1 Bash is an acronym for 'Bourne-Again SHell'.  The Bourne shell is the
1 traditional Unix shell originally written by Stephen Bourne.  All of the
1 Bourne shell builtin commands are available in Bash, The rules for
1 evaluation and quoting are taken from the POSIX specification for the
1 'standard' Unix shell.
1 
1    This chapter briefly summarizes the shell's 'building blocks':
1 commands, control structures, shell functions, shell parameters, shell
1 expansions, redirections, which are a way to direct input and output
1 from and to named files, and how the shell executes commands.
1 

Menu