Shell Programming in Unix, Linux and OS X

Shell Programming in Unix, Linux and OS X is a thoroughly updated revision of Kochan and Wood's classic Unix Shell Programming tutorial. Following the methodology of the original text, the book focuses on the POSIX standard shell, and teaches you how to develop programs in this useful programmi...

Full description

Bibliographic Details
Main Authors: Kochan, Stephen G., Wood, Patrick (Author)
Format: eBook
Language:English
Published: Indianapolis, Indiana Addison-Wesley 2016
Edition:Fourth edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03209nmm a2200421 u 4500
001 EB001944906
003 EBX01000000000000001107808
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9780134496672 
050 4 |a QA76.76.O63 
100 1 |a Kochan, Stephen G. 
245 0 0 |a Shell Programming in Unix, Linux and OS X  |c Stephen G. Kochan, Patrick Wood 
250 |a Fourth edition 
260 |a Indianapolis, Indiana  |b Addison-Wesley  |c 2016 
300 |a 1 volume  |b illustrations 
505 0 |a A quick review of the basics -- What is the Shell? -- Tools of the trade -- And away we go -- Can I quote you on that? -- Passing arguments -- Decisions, decisions -- 'Round and 'round she goes -- Reading and printing data -- Your environment -- More on parameters -- Loose ends -- Rolo revisited -- Interactive and nonstandard Shell features 
505 0 |a Includes bibliographical references and index 
653 |a Systèmes d'exploitation (Ordinateurs) 
653 |a COMPUTERS / Operating Systems / UNIX / bisacsh 
653 |a Operating systems (Computers) / http://id.loc.gov/authorities/subjects/sh85094982 
653 |a UNIX Shells / http://id.loc.gov/authorities/names/n93002992 
653 |a operating systems / aat 
653 |a UNIX Shells / fast 
653 |a Operating systems (Computers) / fast 
700 1 |a Wood, Patrick  |e author 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 0134496698 
776 |z 0134496671 
776 |z 0134496000 
776 |z 9780134496696 
776 |z 9780134496009 
776 |z 9780134496672 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780134496696/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.432 
520 |a Shell Programming in Unix, Linux and OS X is a thoroughly updated revision of Kochan and Wood's classic Unix Shell Programming tutorial. Following the methodology of the original text, the book focuses on the POSIX standard shell, and teaches you how to develop programs in this useful programming environment, taking full advantage of the underlying power of Unix and Unix-like operating systems. After a quick review of Unix utilities, the book's authors take you step-by-step through the process of building shell scripts, debugging them, and understanding how they work within the shell's environment. All major features of the shell are covered, and the large number of practical examples make it easy for you to build shell scripts for your particular applications. The book also describes the major features of the Korn and Bash shells. Learn how to: Take advantage of the many utilities provided in the Unix system Write powerful shell scripts Use the shell's built-in decision-making and looping constructs Use the shell's powerful quoting mechanisms Make the most of the shell's built-in history and command editing capabilities Use regular expressions with Unix commands Take advantage of the special features of the Korn and Bash shells Identify the major differences between versions of the shell language Customize the way your Unix system responds to you Set up your shell environment Make use of functions Debug scripts