BASH Tutorial
What is the Bash Shell?
The GNU Bourne-Again SHell (BASH) incorporates
features from the C Shell (csh) and the Korn Shell (ksh) and conforms to the
POSTIX 2 shell specifications. It provides a Command Line Interface (CLI) for
working on *nix systems and is the most common shell used on Linux systems.
Useful bash features will be the subject of the rest of this document.
[continue reading]
2 Comments:
btw bash was ported to Windows if you are interested in having a real command line experience under windows search for cygwin
Thank you for the tutorial
Post a Comment
<< Home