|Wystawione w kategorii:
Masz taki przedmiot na sprzedaż?

Learning the bash Shell: Unix Shell Programming autorstwa Cameron Newham (angielski) Pape

Tekst oryginalny
Learning the bash Shell: Unix Shell Programming by Cameron Newham (English) Pape
Stan:
Nowy
Dostępne: 3
Cena:
US $38,37
Około153,55 zł
Wysyłka:
Bezpłatnie Economy Shipping. Zobacz szczegółydla wysyłki
Znajduje się w: Fairfield, Ohio, Stany Zjednoczone
Dostawa:
Szacowana między Pt, 24 maj a Śr, 5 cze do 43230
Szacowane czasy dostaw - otwiera się w nowym oknie lub nowej karcie uwzględniają podany przez sprzedawcę czas na wysłanie przesyłki, kod pocztowy nadawcy, kod pocztowy odbiorcy i czas przyjęcia. Czasy te zależą od wybranego rodzaju usługi wysyłkowej oraz czasu rozliczenia płatnościrozliczona płatność - otwiera się w nowym oknie lub nowej karcie. Czasy dostawy mogą się różnić, szczególnie w okresach największego ruchu.
Zwroty:
Zwrot w ciągu 30 dni. Za wysyłkę zwrotną płaci kupujący. Zobacz szczegóły- aby uzyskać więcej informacji dotyczących zwrotów
Płatności:
     

Kupuj bez obaw

Najlepszy Sprzedawca
Zaufany sprzedawca, szybka wysyłka i łatwe zwroty. 
Gwarancja zwrotu pieniędzy eBay
Otrzymasz przedmiot, jaki zamawiasz, albo zwrot pieniędzy. 

Informacje o sprzedawcy

Zarejestrowany jako sprzedawca-firma
Sprzedawca ponosi pełną odpowiedzialność za wystawienie tej oferty sprzedaży.
Nr przedmiotu eBay: 385980816302
Ostatnia aktualizacja: 09-04-2024 16:06:54 CEST Wyświetl wszystkie poprawkiWyświetl wszystkie poprawki

Parametry przedmiotu

Stan
Nowy: Nowa, nieczytana, nieużywana książka w idealnym stanie, wszystkie strony, bez uszkodzeń. Aby ...
ISBN-13
9780596009656
Book Title
Learning the bash Shell
ISBN
9780596009656
Publication Name
Learning the Bash Shell : Unix Shell Programming
Item Length
9.3in
Publisher
O'reilly, Incorporated
Series
In a Nutshell (O'reilly) Ser.
Publication Year
2005
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
0.9in
Author
Cameron Newham
Item Width
7in
Item Weight
21.7 Oz
Number of Pages
352 Pages

O tym produkcie

Product Information

O'Reilly's bestselling book on Linux's bash shell is at it again. Now that Linux is an established player both as a server and on the desktop Learning the bash Shell has been updated and refreshed to account for all the latest changes. Indeed, this third edition serves as the most valuable guide yet to the bash shell.As any good programmer knows, the first thing users of the Linux operating system come face to face with is the shell the UNIX term for a user interface to the system. In other words, it's what lets you communicate with the computer via the keyboard and display. Mastering the bash shell might sound fairly simple but it isn't. In truth, there are many complexities that need careful explanation, which is just what Learning the bash Shell provides.If you are new to shell programming, the book provides an excellent introduction, covering everything from the most basic to the most advanced features. And if you've been writing shell scripts for years, it offers a great way to find out what the new shell offers. Learning the bash Shell is also full of practical examples of shell commands and programs that will make everyday use of Linux that much easier. With this book, programmers will learn: How to install bash as your login shell The basics of interactive shell use, including UNIX file and directory structures, standard I/O, and background jobs Command line editing, history substitution, and key bindings How to customize your shell environment without programming The nuts and bolts of basic shell programming, flow control structures, command-line options and typed variables Process handling, from job control to processes, coroutines and subshells Debugging techniques, such as trace and verbose modes Techniques for implementing system-wide shell customization and features related to system security

Product Identifiers

Publisher
O'reilly, Incorporated
ISBN-10
0596009658
ISBN-13
9780596009656
eBay Product ID (ePID)
45582555

Product Key Features

Author
Cameron Newham
Publication Name
Learning the Bash Shell : Unix Shell Programming
Format
Trade Paperback
Language
English
Series
In a Nutshell (O'reilly) Ser.
Publication Year
2005
Type
Textbook
Number of Pages
352 Pages

Dimensions

Item Length
9.3in
Item Height
0.9in
Item Width
7in
Item Weight
21.7 Oz

Additional Product Features

Lc Classification Number
Wa76.76.O63
Edition Number
3
Table of Content
Preface; bash Versions; Summary of bash Features; Intended Audience; Code Examples; Chapter Summary; Conventions Used in This Handbook; We'd Like to Hear from You; Using Code Examples; Safari Enabled; Acknowledgments for the First Edition; Acknowledgments for the Second Edition; Acknowledgments for the Third Edition;Chapter 1: bash Basics; 1.1 What Is a Shell?; 1.2 Scope of This Book; 1.3 History of UNIX Shells; 1.4 Getting bash; 1.5 Interactive Shell Use; 1.6 Files; 1.7 Input and Output; 1.8 Background Jobs; 1.9 Special Characters and Quoting; 1.10 Help;Chapter 2: Command-Line Editing; 2.1 Enabling Command-Line Editing; 2.2 The History List; 2.3 emacs Editing Mode; 2.4 vi Editing Mode; 2.5 The fc Command; 2.6 History Expansion; 2.7 readline; 2.8 Keyboard Habits;Chapter 3: Customizing Your Environment; 3.1 The .bash_profile, .bash_logout, and .bashrc Files; 3.2 Aliases; 3.3 Options; 3.4 Shell Variables; 3.5 Customization and Subprocesses; 3.6 Customization Hints;Chapter 4: Basic Shell Programming; 4.1 Shell Scripts and Functions; 4.2 Shell Variables; 4.3 String Operators; 4.4 Command Substitution; 4.5 Advanced Examples: pushd and popd;Chapter 5: Flow Control; 5.1 if/else; 5.2 for; 5.3 case; 5.4 select; 5.5 while and until;Chapter 6: Command-Line Options and Typed Variables; 6.1 Command-Line Options; 6.2 Typed Variables; 6.3 Integer Variables and Arithmetic; 6.4 Arrays;Chapter 7: Input/Output and Command-Line Processing; 7.1 I/O Redirectors; 7.2 String I/O; 7.3 Command-Line Processing;Chapter 8: Process Handling; 8.1 Process IDs and Job Numbers; 8.2 Job Control; 8.3 Signals; 8.4 trap; 8.5 Coroutines; 8.6 Subshells; 8.7 Process Substitution;Chapter 9: Debugging Shell Programs; 9.1 Basic Debugging Aids; 9.2 A bash Debugger;Chapter 10: bash Administration; 10.1 Installing bash as the Standard Shell; 10.2 Environment Customization; 10.3 System Security Features;Chapter 11: Shell Scripting; 11.1 What's That Do?; 11.2 Starting Up; 11.3 Potential Problems; 11.4 Don't Use bash;Chapter 12: bash for Your System; 12.1 Obtaining bash; 12.2 Unpacking the Archive; 12.3 What's in the Archive; 12.4 Who Do I Turn to?;Appendix A: Related Shells; A.1 The Bourne Shell; A.2 The IEEE 1003.2 POSIX Shell Standard; A.3 The Korn Shell; A.4 pdksh; A.5 zsh; A.6 Shell Clones and Unix-like Platforms;Appendix B: Reference Lists; B.1 Invocation; B.2 Prompt String Customizations; B.3 Built-In Commands and Reserved Words; B.4 Built-In Shell Variables; B.5 Test Operators; B.6 set Options; B.7 shopt Options; B.8 I/O Redirection; B.9 emacs Mode Commands; B.10 vi Control Mode Commands;Appendix C: Loadable Built-Ins;Appendix D: Programmable Completion;Colophon;
Copyright Date
2005
Target Audience
Scholarly & Professional
Topic
Operating Systems / Unix, Operating Systems / Linux, Operating Systems / Apple (Mac OS & iOS)
Lccn
2005-283757
Dewey Decimal
005.4/38
Dewey Edition
22
Illustrated
Yes
Genre
Computers

Opis przedmiotu podany przez sprzedawcę

Informacje o firmie

Premier Books LLC
David Taylor
26C Trolley Sq
19806-3356 Wilmington, DE
United States
Pokaż informacje kontaktowe
:liam-Emoc.liaterelgaednarg@yabe
Oświadczam, że wszystkie moje działania związane ze sprzedażą będą zgodne z wszystkimi przepisami i regulacjami UE.
grandeagleretail

grandeagleretail

98,2% opinii pozytywnych
Sprzedane przedmioty: 2,7 mln
Zwykle odpowiada w ciągu 24 godzin

Oceny szczegółowe

Średnia z ostatnich 12 miesięcy

Dokładność opisu
4.9
Przystępny koszt wysyłki
5.0
Szybkość wysyłki
4.9
Komunikacja
4.9
Zarejestrowany jako sprzedawca-firma

Opinie sprzedawców (1 022 426)

i***l (930)- Opinie wystawione przez kupującego.
Ostatni miesiąc
Zakup potwierdzony
Fast shipping very good seller
w***l (925)- Opinie wystawione przez kupującego.
Ostatni miesiąc
Zakup potwierdzony
The package arrived and the book is in new condition. The text appears to be in order. Sadly, all of the photographs are in grainy black-and-white. To me, it was colour photographs I was hoping for. Perhaps my expectations were unrealistic, but I would not buy this again, nor would I recommend this to a friend. I will continue my search.
x***1 (343)- Opinie wystawione przez kupującego.
Ostatni miesiąc
Zakup potwierdzony
Great price, fast shipping, good experience overall