Pro Bash programming : scripting the GNU/Linux shell /
"The bash shell is a complete programming language, not merely a glue to combine external Linux commands. By taking full advantage of shell internals, shell programs can perform as snappily as utilities written in C or other compiled languages"--Resource description page.
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
New York :
Apress,
2009.
|
Series: | Expert's voice in Linux.
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- Hello, world! Your first shell program
- Input, output, and throughput
- Looping and branching
- Command-line parsing and expansion
- Parameters and variables
- Shell functions
- String manipulation
- File operations and commands
- Reserved words and builtin commands
- Writing bug-free scripts and debugging the rest
- Programming for the command line
- Runtime configuration
- Data processing
- Scripting the screen
- Entry-level programming.