SØG - mellem flere end 8 millioner bøger:

Søg på: Titel, forfatter, forlag - gerne i kombination.
Eller blot på isbn, hvis du kender dette.

Viser: Learning the Bash Shell - Unix Shell Programming

Learning the bash Shell, 3. udgave
Søgbar e-bog

Learning the bash Shell Vital Source e-bog

Cameron Newham
(2005)
O'Reilly Media, Inc
299,00 kr.
Leveres umiddelbart efter køb
Learning the bash Shell, 3. udgave
Søgbar e-bog

Learning the bash Shell Vital Source e-bog

Cameron Newham
(2005)
O'Reilly Media, Inc
299,00 kr.
Leveres umiddelbart efter køb
Learning the Bash Shell - Unix Shell Programming, 3. udgave

Learning the Bash Shell

Unix Shell Programming
Cameron Newham
(2005)
Sprog: Engelsk
O'Reilly Media, Incorporated
399,00 kr.
ikke på lager, Bestil nu og få den leveret
om ca. 10 hverdage

Detaljer om varen

  • 3. Udgave
  • Vital Source searchable e-book (Reflowable pages): 354 sider
  • Udgiver: O'Reilly Media, Inc (Marts 2005)
  • ISBN: 9780596555009
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
Licens varighed:
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: -1 sider kan printes ad gangen
Copy: højest -1 sider i alt kan kopieres (copy/paste)

Detaljer om varen

  • 3. Udgave
  • Vital Source searchable e-book (Fixed pages): 376 sider
  • Udgiver: O'Reilly Media, Inc (Marts 2005)
  • ISBN: 9780596519063
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
Licens varighed:
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 10 sider kan printes ad gangen
Copy: højest 10 sider i alt kan kopieres (copy/paste)

Detaljer om varen

  • 3. Udgave
  • Paperback: 352 sider
  • Udgiver: O'Reilly Media, Incorporated (April 2005)
  • ISBN: 9780596009656

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
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;
De oplyste priser er inkl. moms

Polyteknisk Boghandel

har gennem mere end 50 år været studieboghandlen på DTU og en af Danmarks førende specialister i faglitteratur.

 

Vi lagerfører et bredt udvalg af bøger, ikke bare inden for videnskab og teknik, men også f.eks. ledelse, IT og meget andet.

Læs mere her


Trykt eller digital bog?

Ud over trykte bøger tilbyder vi tre forskellige typer af digitale bøger:

 

Vital Source Bookshelf: En velfungerende ebogsplatform, hvor bogen downloades til din computer og/eller mobile enhed.

 

Du skal bruge den gratis Bookshelf software til at læse læse bøgerne - der er indbygget gode værktøjer til f.eks. søgning, overstregning, notetagning mv. I langt de fleste tilfælde vil du samtidig have en sideløbende 1825 dages online adgang. Læs mere om Vital Source bøger

 

Levering: I forbindelse med købet opretter du et login. Når du har installeret Bookshelf softwaren, logger du blot ind og din bog downloades automatisk.

 

 

Adobe ebog: Dette er Adobe DRM ebøger som downloades til din lokale computer eller mobil enhed.

 

For at læse bøgerne kræves særlig software, som understøtter denne type. Softwaren er gratis, men du bør sikre at du har rettigheder til installere software på den maskine du påtænker at anvende den på. Læs mere om Adobe DRM bøger

 

Levering: Et download link sendes pr email umiddelbart efter købet.

 


Ibog: Dette er en online bog som kan læses på udgiverens website. 

Der kræves ikke særlig software, bogen læses i en almindelig browser.

 

Levering: Vores medarbejder sender dig en adgangsnøgle pr email.

 

Vi gør opmærksom på at der ikke er retur/fortrydelsesret på digitale varer.