1.

What Is Bash Shell?

Answer»

Bash is a free shell for UNIX. It is the default shell for most UNIX systems. It has a combination of the C and KORN shell features. Bash shell is not portable. any Bash-specific feature will not function on a system using the Bourne shell or one of its replacements, UNLESS bash is installed as a secondary shell and the script BEGINS with #!/bin/bash. It supports REGULAR and expressions. When bash script starts, it executes commands of DIFFERENT scripts.

Bash is a free shell for UNIX. It is the default shell for most UNIX systems. It has a combination of the C and Korn shell features. Bash shell is not portable. any Bash-specific feature will not function on a system using the Bourne shell or one of its replacements, unless bash is installed as a secondary shell and the script begins with #!/bin/bash. It supports regular and expressions. When bash script starts, it executes commands of different scripts.



Discussion

No Comment Found