Next Previous Contents

BASH Programming - Introduction HOW-TO

by Mike G mikkey at dynamo.com.ar

Thu Jul 27 09:36:18 ART 2000


This article intends to help you to start programming basic-intermediate shell scripts. It does not intend to be an advanced document (see the title). I am NOT an expert nor guru shell programmer. I decided to write this because I'll learn a lot and it might be useful to other people. Any feedback will be apreciated, specially in the patch form :)

1. Introduction

2. Very simple Scripts

3. All about redirection

4. Pipes

5. Variables

6. Conditionals

7. Loops for, while and until

8. Functions

9. User interfaces

10. Misc

11. Tables

12. More Scripts

13. When something goes wrong (debugging)

14. About the document


Next Previous Contents