Bash Shell Scripting
Appearance
Wikibooks Contributors Present:
Bash Shell Scripting
An introductory look to Bash
Currently this book provides an introductory level knowledge of Bash. Go to External Programs, External links and Using man, info and help for further directions and inspirations.
Table of Contents
[edit | edit source]Introduction
[edit | edit source]- About Bash
- History
- Prerequisites
- How to read the book?
- A few notes on terminology
- Some notes on your shell
Beginning Bash
[edit | edit source]- Intro Exercise
- Simple Commands
- Exit Status
- Variables
- Input-Output
- Positional Parameters
- Conditional Expressions
- Loops
- Shell Functions
- Environment
More to Bash
[edit | edit source]See also
[edit | edit source]Related Wikibooks
[edit | edit source]- A Quick Introduction to Unix often involves the Bash shell.
- Guide to Unix often involves the Bash shell.
- The Android/Terminal IDE uses Bash as its default command shell.
- Mac OS X Tiger/A Quick Look Under the Hood uses Bash as its default command shell.
- Shell Programming
- Bourne Shell Scripting - Bash is almost Bourne-Shell compatible.