Linux Bücher

Bücher über Linux, Linux Programmierung, Linux Installation, Anwendung und Administration

Learning the bash Shell (In a Nutshell (O'Reilly))

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, (mehr…)

Bash 3.0 GE-PACKT.

Mit “Bash 3.0 GE-PACKT” erhalten Sie eine praktische Referenz aller eingebauten Befehle der Shell und der vielfältigen Editierfunktionen der Readline-Library. Der Hauptteil des Buches enthält eine komplette Referenz der Bash.

Über den Autor
Karsten Günther ist freiberuflicher Autor und Setzer und hat bereits einige Titel im Themenumfeld Linux veröffentlicht.
— Dieser Text bezieht sich auf eine vergriffene oder nicht verfügbare Ausgabe dieses Titels.
(mehr…)

bash Cookbook (Cookbooks (O'Reilly))

The key to mastering any Unix system, especially Linux and Mac OS X, is a thorough knowledge of shell scripting. Scripting is a way to harness and customize the power of any Unix system, and it’s an essential skill for any Unix users, including system administrators and professional OS X developers. But beneath this simple promise lies a treacherous ocean of variations in Unix commands and standards. bash Cookbook teaches shell scripting the way Unix masters practice the craft. It presents a variety of recipes and tricks for all levels of shell programmers so that anyone can become a proficient user of the most common Unix shell — the bash shell — and cygwin or other popular Unix emulation packages. Packed full of useful scripts, along with examples that explain how to create better scripts, this new cookbook gives professionals and power users everything they need to automate routine tasks and enable them to truly manage their systems — rather than have their systems (mehr…)

Bash - kurz & gut

Die “Bourne Again Shell”, kurz Bash, ist die meistgenutzte Anwenderschnittstelle unter Unix/Linux. Bash kurz&gut beschreibt die wichtigsten Features der Version 3.2. Die Kompaktreferenz ist in zwei Teile aufgeteilt: Bash im interaktiven Einsatz – oft als Login-Shell – und als Befehlszeileninterpreter. Aus dem Inhalt: * Befehlszeilenbearbeitung * Redirections * Quoting * Expandierungen * Befehlszeilen interaktiv bearbeiten * Variablen * Spezielle Bash-Modi * Builtins und Reserved Words * Sonderzeichen * Glossar

(mehr…)