Articoli correlati a Unix in A Nutshell 4e

Robbins, Arnold Unix in A Nutshell 4e ISBN 13: 9780596100292

Unix in A Nutshell 4e - Brossura

 
9780596100292: Unix in A Nutshell 4e
Vedi tutte le copie di questo ISBN:
 
 

As an open operating system, Unix can be improved on by anyone and everyone: individuals, companies, universities, and more. As a result, the very nature of Unix has been altered over the years by numerous extensions formulated in an assortment of versions. Today, Unix encompasses everything from Sun's Solaris to Apple's Mac OS X and more varieties of Linux than you can easily name.

The latest edition of this bestselling reference brings Unix into the 21st century. It's been reworked to keep current with the broader state of Unix in today's world and highlight the strengths of this operating system in all its various flavors.

Detailing all Unix commands and options, the informative guide provides generous descriptions and examples that put those commands in context. Here are some of the new features you'll find in Unix in a Nutshell, Fourth Edition:

  • Solaris 10, the latest version of the SVR4-based operating system, GNU/Linux, and Mac OS X
  • Bash shell (along with the 1988 and 1993 versions of ksh)
  • tsch shell (instead of the original Berkeley csh)
  • Package management programs, used for program installation on popular GNU/Linux systems, Solaris and Mac OS X
  • GNU Emacs Version 21
  • Introduction to source code management systems
  • Concurrent versions system
  • Subversion version control system
  • GDB debugger

As Unix has progressed, certain commands that were once critical have fallen into disuse. To that end, the book has also dropped material that is no longer relevant, keeping it taut and current.

If you're a Unix user or programmer, you'll recognize the value of this complete, up-to-date Unix reference. With chapter overviews, specific examples, and detailed command.

Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.

L'autore:

Arnold Robbins, an Atlanta native, is a professional programmer and technical author. He has worked with Unix systems since 1980, when he was introduced to a PDP-11 running a version of Sixth Edition Unix. He has been a heavy AWK user since 1987, when he became involved with gawk, the GNU project's version of AWK. As a member of the POSIX 1003.2 balloting group, he helped shape the POSIX standard for AWK. He is currently the maintainer of gawk and its documentation. He is also coauthor of the sixth edition of "Learning the vi Editor" from O'Reilly.

Contenuti:
Dedication; Preface; Audience; Scope of This Book; Conventions; Using Code Examples; Safari® Enabled; How to Contact Us; Acknowledgments; Part I: Commands and Shells; Chapter 1: Introduction; 1.1 Unix in the 21st Century; 1.2 Obtaining Compilers; 1.3 Building Software; 1.4 What's in the Quick Reference; 1.5 Beginner's Guide; 1.6 Solaris: Standard Compliant Programs; Chapter 2: Unix Commands; 2.1 Introduction; 2.2 Alphabetical Summary of Common Commands; 2.3 Alphabetical Summary of Solaris Commands; 2.4 Alphabetical Summary of GNU/Linux Commands; 2.5 Alphabetical Summary of Mac OS X Commands; 2.6 Alphabetical Summary of Java Commands; Chapter 3: The Unix Shell: An Overview; 3.1 Introduction to the Shell; 3.2 Purpose of the Shell; 3.3 Shell Flavors; 3.4 Shell Source Code URLs; 3.5 Common Features; 3.6 Differing Features; Chapter 4: The Bash and Korn Shells; 4.1 Overview of Features; 4.2 Invoking the Shell; 4.3 Syntax; 4.4 Functions; 4.5 Variables; 4.6 Arithmetic Expressions; 4.7 Command History; 4.8 Job Control; 4.9 Command Execution; 4.10 Restricted Shells; 4.11 Built-in Commands (Bash and Korn Shells); Chapter 5: tcsh: An Extended C Shell; 5.1 Overview of Features; 5.2 Invoking the Shell; 5.3 Syntax; 5.4 Variables; 5.5 Expressions; 5.6 Command History; 5.7 Command-Line Manipulation; 5.8 Job Control; 5.9 Built-in Commands; Chapter 6: Package Management; 6.1 Linux Package Management; 6.2 The Red Hat Package Manager; 6.3 Yum: Yellowdog Updater Modified; 6.4 up2date: Red Hat Update Agent; 6.5 The Debian Package Manager; 6.6 Mac OS X Package Management; 6.7 Solaris Package Management; Part II: Text Editing and Processing; Chapter 7: Pattern Matching; 7.1 Filenames Versus Patterns; 7.2 Metacharacters; 7.3 Metacharacters, Listed by Unix Program; 7.4 Examples of Searching; Chapter 8: The Emacs Editor; 8.1 Conceptual Overview; 8.2 Command-Line Syntax; 8.3 Summary of Commands by Group; 8.4 Summary of Commands by Key; 8.5 Summary of Commands by Name; Chapter 9: The vi, ex, and vim Editors; 9.1 Conceptual Overview; 9.2 Command-Line Syntax; 9.3 Review of vi Operations; 9.4 vi Commands; 9.5 vi Configuration; 9.6 ex Basics; 9.7 Alphabetical Summary of ex Commands; Chapter 10: The sed Editor; 10.1 Conceptual Overview; 10.2 Command-Line Syntax; 10.3 Syntax of sed Commands; 10.4 Group Summary of sed Commands; 10.5 Alphabetical Summary of sed Commands; Chapter 11: The awk Programming Language; 11.1 Conceptual Overview; 11.2 Command-Line Syntax; 11.3 Patterns and Procedures; 11.4 Built-in Variables; 11.5 Operators; 11.6 Variable and Array Assignment; 11.7 User-Defined Functions; 11.8 Gawk-Specific Features; 11.9 Implementation Limits; 11.10 Group Listing of awk Functions and Commands; 11.11 Alphabetical Summary of awk Functions and Commands; 11.12 Output Redirections; 11.13 Source Code; Part III: Software Development; Chapter 12: Source Code Management: An Overview; 12.1 Introduction and Terminology; 12.2 Usage Models; 12.3 Unix Source Code Management Systems; 12.4 Other Source Code Management Systems; Chapter 13: The Revision Control System; 13.1 Overview of Commands; 13.2 Basic Operation; 13.3 General RCS Specifications; 13.4 Alphabetical Summary of Commands; Chapter 14: The Concurrent Versions System; 14.1 Conceptual Overview; 14.2 Command-Line Syntax and Options; 14.3 Dot Files; 14.4 Environment Variables; 14.5 Keywords and Keyword Modes; 14.6 Dates; 14.7 CVSROOT Variables; 14.8 Alphabetical Summary of Commands; Chapter 15: The Subversion Version Control System; 15.1 Conceptual Overview; 15.2 Obtaining Subversion; 15.3 Using Subversion: A Quick Tour; 15.4 The Subversion Command Line Client: svn; 15.5 Repository Administration: svnadmin; 15.6 Examining the Repository: svnlook; 15.7 Providing Remote Access: svnserve; 15.8 Other Subversion Components; Chapter 16: The GNU make Utility; 16.1 Conceptual Overview; 16.2 Command-Line Syntax; 16.3 Makefile Lines; 16.4 Macros; 16.5 Special Target Names; 16.6 Writing Command Lines; Chapter 17: The GDB Debugger; 17.1 Conceptual Overview; 17.2 Command-Line Syntax; 17.3 Initialization Files; 17.4 GDB Expressions; 17.5 The GDB Text User Interface; 17.6 Group Listing of GDB Commands; 17.7 Summary of set and show Commands; 17.8 Summary of the info Command; 17.9 Alphabetical Summary of GDB Commands; Chapter 18: Writing Manual Pages; 18.1 Introduction; 18.2 Overview of nroff/troff; 18.3 Alphabetical Summary of man Macros; 18.4 Predefined Strings; 18.5 Internal Names; 18.6 Sample Document; Part IV: References; Appendix A: ISO 8859-1 (Latin-1) Character Set; Appendix B: Bibliography; Unix Descriptions and Programmer's Manuals; Unix Internals; System and Network Administration; Programming with the Unix Mindset; Programming Languages; TCP/IP Networking; Software Development; Emacs; Standards; O'Reilly Books; Colophon;

Le informazioni nella sezione "Su questo libro" possono far riferimento a edizioni diverse di questo titolo.

  • EditoreO′Reilly
  • Data di pubblicazione2005
  • ISBN 10 0596100299
  • ISBN 13 9780596100292
  • RilegaturaCopertina flessibile
  • Numero edizione4
  • Numero di pagine724
  • Valutazione libreria

Altre edizioni note dello stesso titolo

9781600330407: Unix in a Nutshell

Edizione in evidenza

ISBN 10:  1600330401 ISBN 13:  9781600330407
Brossura

I migliori risultati di ricerca su AbeBooks

Foto dell'editore

Robbins, Arnold
Editore: O'Reilly Media (2005)
ISBN 10: 0596100299 ISBN 13: 9780596100292
Nuovo Paperback Quantità: 1
Da:
GridFreed
(North Las Vegas, NV, U.S.A.)
Valutazione libreria

Descrizione libro Paperback. Condizione: New. In shrink wrap. Codice articolo 90-11920

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 16,30
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 5,06
In U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Robbins, Arnold
Editore: O'Reilly Media (2005)
ISBN 10: 0596100299 ISBN 13: 9780596100292
Nuovo paperback Quantità: 1
Da:
The Media Foundation
(BEAVERTON, OR, U.S.A.)
Valutazione libreria

Descrizione libro paperback. Condizione: New. Book is in excellent condition. Pages are crisp and clean, binding tight. Very light creasing to spine. 100% Satisfaction Guaranteed. Orders received before 3PM PT typically ship same day. All profits support the non-profit community. Codice articolo mon0000161800

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 20,07
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 4,17
In U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Robbins, Arnold
Editore: O'Reilly Media (2005)
ISBN 10: 0596100299 ISBN 13: 9780596100292
Nuovo Paperback Quantità: 1
Da:
GoldenDragon
(Houston, TX, U.S.A.)
Valutazione libreria

Descrizione libro Paperback. Condizione: new. Buy for Great customer experience. Codice articolo GoldenDragon0596100299

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 23,59
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 3,02
In U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Robbins, Arnold
Editore: O'Reilly Media (2005)
ISBN 10: 0596100299 ISBN 13: 9780596100292
Nuovo Paperback Quantità: 1
Da:
Wizard Books
(Long Beach, CA, U.S.A.)
Valutazione libreria

Descrizione libro Paperback. Condizione: new. New. Codice articolo Wizard0596100299

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 25,10
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 3,25
In U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Robbins, Arnold
Editore: O'Reilly Media (2005)
ISBN 10: 0596100299 ISBN 13: 9780596100292
Nuovo Paperback Quantità: 1
Da:
GoldBooks
(Denver, CO, U.S.A.)
Valutazione libreria

Descrizione libro Paperback. Condizione: new. New Copy. Customer Service Guaranteed. Codice articolo think0596100299

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 25,85
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 3,94
In U.S.A.
Destinazione, tempi e costi
Immagini fornite dal venditore

Robbins, Arnold
ISBN 10: 0596100299 ISBN 13: 9780596100292
Nuovo Paperback or Softback Quantità: 5
Da:
BargainBookStores
(Grand Rapids, MI, U.S.A.)
Valutazione libreria

Descrizione libro Paperback or Softback. Condizione: New. UNIX in a Nutshell 2.67. Book. Codice articolo BBS-9780596100292

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 31,02
Convertire valuta

Aggiungere al carrello

Spese di spedizione: GRATIS
In U.S.A.
Destinazione, tempi e costi
Immagini fornite dal venditore

Robbins, Arnold
Editore: O'Reilly Media (2005)
ISBN 10: 0596100299 ISBN 13: 9780596100292
Nuovo Soft Cover Quantità: 10
Da:
booksXpress
(Bayonne, NJ, U.S.A.)
Valutazione libreria

Descrizione libro Soft Cover. Condizione: new. Codice articolo 9780596100292

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 31,04
Convertire valuta

Aggiungere al carrello

Spese di spedizione: GRATIS
In U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Robbins, Arnold
Editore: O'Reilly Media (2005)
ISBN 10: 0596100299 ISBN 13: 9780596100292
Nuovo Brossura Quantità: 1
Da:
Front Cover Books
(Denver, CO, U.S.A.)
Valutazione libreria

Descrizione libro Condizione: new. Codice articolo FrontCover0596100299

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 28,25
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 3,99
In U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Robbins, Arnold
Editore: O'Reilly Media (2005)
ISBN 10: 0596100299 ISBN 13: 9780596100292
Nuovo Brossura Quantità: > 20
Da:
Lakeside Books
(Benton Harbor, MI, U.S.A.)
Valutazione libreria

Descrizione libro Condizione: New. Brand New! Not Overstocks or Low Quality Book Club Editions! Direct From the Publisher! We're not a giant, faceless warehouse organization! We're a small town bookstore that loves books and loves it's customers! Buy from Lakeside Books!. Codice articolo OTF-S-9780596100292

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 28,64
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 3,70
In U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Robbins, Arnold
Editore: O'Reilly Media (2005)
ISBN 10: 0596100299 ISBN 13: 9780596100292
Nuovo Paperback Quantità: 1
Da:
GoldenWavesOfBooks
(Fayetteville, TX, U.S.A.)
Valutazione libreria

Descrizione libro Paperback. Condizione: new. New. Fast Shipping and good customer service. Codice articolo Holz_New_0596100299

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 30,58
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 3,71
In U.S.A.
Destinazione, tempi e costi

Vedi altre copie di questo libro

Vedi tutti i risultati per questo libro