Logo

Bash Guide for Beginners by Machtelt Garrels

Large book cover: Bash Guide for Beginners

Bash Guide for Beginners
by


ISBN/ASIN: 0974433942
Number of pages: 173

Description:
This guide discusses concepts useful in the daily life of the serious Bash user. While a basic knowledge of shell usage is required, it starts with a discussion of shell building blocks and common practices. Then it presents the grep, awk and sed tools that will later be used to create more interesting examples. The second half of the course is about shell constructs such as loops, conditional tests, functions and traps, and a number of ways to make interactive scripts. All chapters come with examples and exercises that will help you become familiar with the theory.

Home page url

Download or read it online for free here:
Download link
(1.1MB, PDF)

Similar books

Book cover: Unix System AdministrationUnix System Administration
by - The Ohio State University
Systems administration is the installation and maintenance of the UNIX computer system. The system administrator will need to maintain the software and hardware for the system. This includes hardware configuration, software installation, etc.
(10332 views)
Book cover: Bourne Shell ScriptingBourne Shell Scripting
- Wikibooks
This book covers the practical aspects of using and interacting with the Bourne Shell, the root of all shells in Unix world. That includes interacting with the shell on a day-to-day basis for the purposes of operating the computer in normal tasks.
(11390 views)
Book cover: The Daemon, the Gnu, and the PenguinThe Daemon, the Gnu, and the Penguin
by - Reed Media Services
In addition to covering a history of free and open source, The Daemon, the Gnu, and the Penguin explores how free and open software is changing the world. It is authored by Peter Salus, a noted UNIX, open source, and Internet historian and author.
(15487 views)
Book cover: An Awk PrimerAn Awk Primer
by - Wikibooks
Awk has two faces: it is a utility for performing simple text-processing tasks, and it is a programming language for performing complex text-processing tasks. Awk is useful for simple, quick-and-dirty computational programming.
(9303 views)