Pro Bash Programming Scripting the 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. And you will see how, without assuming Unix lore, you ca...

Full description

Bibliographic Details
Main Author: Johnson, Chris
Format: eBook
Language:English
Published: Berkeley, CA Apress 2010, 2010
Edition:1st ed. 2010
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 01825nmm a2200289 u 4500
001 EB000360826
003 EBX01000000000000000213878
005 00000000000000.0
007 cr|||||||||||||||||||||
008 130626 ||| eng
020 |a 9781430219989 
100 1 |a Johnson, Chris 
245 0 0 |a Pro Bash Programming  |h Elektronische Ressource  |b Scripting the Linux Shell  |c by Chris Johnson 
250 |a 1st ed. 2010 
260 |a Berkeley, CA  |b Apress  |c 2010, 2010 
300 |a 350 p  |b online resource 
505 0 |a 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 
653 |a Open source software 
653 |a Software engineering 
653 |a Software Engineering 
653 |a Open Source 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-1-4302-1998-9 
856 4 0 |u https://doi.org/10.1007/978-1-4302-1998-9?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.3 
520 |a 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. And you will see how, without assuming Unix lore, you can write professional bash 4.0 programs through standard programming techniques. Complete bash coverage Teaches bash as a programming language Helps you master bash 4.0 features