Shell Programming in Unix, Linux and OS X: The Fourth Edition of Unix Shell Programming (Paperback or Softback). Your source for quality books at reduced prices. Condition Guide. Item Availability.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Acerca de este artículo
Product Identifiers
PublisherAddison Wesley Professional
ISBN-100134496000
ISBN-139780134496009
eBay Product ID (ePID)219150567
Product Key Features
Number of Pages416 Pages
Publication NameShell Programming in Unix, Linux and Os X
LanguageEnglish
SubjectOperating Systems / Unix, Operating Systems / Linux
Publication Year2016
TypeTextbook
AuthorStephen Kochan, Patrick Wood
Subject AreaComputers
SeriesDeveloper's Library
FormatTrade Paperback
Dimensions
Item Height1 in
Item Weight24 Oz
Item Length8.9 in
Item Width7 in
Additional Product Features
Edition Number4
Intended AudienceScholarly & Professional
LCCN2016-949524
IllustratedYes
SynopsisShell Programming in Unix, Linux and OS X (the Fourth Edition of Kochan and Wood's classic Unix Shell Programming tutorial) can help any modern Unix, Linux, or OS X user get more done faster with their operating system of choice. One of the world's most respected Unix programming books, it has been updated throughout to fully address today's widely-used platforms, including Oracle Solaris, Mac OS X and Linux., 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 Contents at a Glance 1 A Quick Review of the Basics 2 What Is the Shell? 3 Tools of the Trade 4 And Away We Go 5 Can I Quote You on That? 6 Passing Arguments 7 Decisions, Decisions 8 'Round and 'Round She Goes 9 Reading and Printing Data 10 Your Environment 11 More on Parameters 12 Loose Ends 13 Rolo Revisited 14 Interactive and Nonstandard Shell Features A Shell Summary B For More Information