Shell Skript Programmierung

Download Shell Skript Programmierung PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Shell Skript Programmierung book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.
Shell-Skript Programmierung

Author: Patrick Ditchen
language: de
Publisher: MITP-Verlags GmbH & Co. KG
Release Date: 2015-02-23
sh, ksh, bash, csh, tcshawk; awk; Grafiken mit gnuplot Die 100 wichtigsten UNIX-Tools Systemadministration und proaktives Systemmanagement Das vorliegende Buch ist dreigeteilt. Im ersten Teil, das sind Kapitel 1 bis 3, lernt der Leser Kommandos, Techniken und Konzepte der Shell-Skript-Programmierung kennen. Der zweite Teil – Kapitel 4 und 5 – beschäftigt sich mit awk und über 100 weiteren UNIX-Tools, die in den Shell-Skripten einzubauen und aufzurufen sind. Der dritte Teil - Kapitel 6 bis 8 - zeigt, wie man das erlernte Wissen einsetzt, um die unterschiedlichen Aufgaben aus dem Alltag der System-Administration zu lösen. Die beiliegende CD enthält alle im Buch vorgestellten Skripte in einer Solaris- und einer Linux-Fassung, sortiert nach Kapitel-Nummer. Wenn die Skripte auf Dateien mit Messdaten zurückgreifen müssen, sind auch diese hinzugefügt. Der Leser kann also parallel zum Studium des Buches alle Skripte gleich testen.
Learning the bash Shell

Author: Cameron Newham
language: en
Publisher: "O'Reilly Media, Inc."
Release Date: 2005-03-29
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
Portable Shell Programming

One element that the Korn shell does not contain is portability. Bruce Blinn focuses on shells that are portable, known as Bourne Shells. This practical book treats the shell like a programming language. Lists over 250 major shell examples.