Pro bash programming : scripting the GNU/Linux shell /
Pro Bash Programming teaches you how to effectively utilize the Bash shell in your programming. 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 wr...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Berkley, CA] :
Apress,
2015.
|
Edición: | Second edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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 built-in commands
- Writing bug-free scripts and debugging the rest
- Programming for the command line
- Runtime configuration
- Data processing
- Scripting the screen
- Entry-level programming.