Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Bash Pocket Reference: Help for Power Users and Sys Admins, 2nd Edition

Posted By: Grev27
Bash Pocket Reference: Help for Power Users and Sys Admins, 2nd Edition

Arnold Robbins, "Bash Pocket Reference: Help for Power Users and Sys Admins, 2nd Edition"
English | ISBN: 1491941596 | 2016 | PDF/EPUB/MOBI | 160 pages | 3 MB/3 MB/6 MB

It’s simple: if you want to interact deeply with Mac OS X, Linux, and other Unix-like systems, you need to know how to work with the Bash shell. This concise little book puts all of the essential information about Bash right at your fingertips.

You’ll quickly find answers to the annoying questions that generally come up when you’re writing shell scripts: What characters do you need to quote? How do you get variable substitution to do exactly what you want? How do you use arrays? Updated for Bash version 4.4, this book has the answers to these and other problems in a format that makes browsing quick and easy.

Topics include:

Invoking the shell
Syntax
Functions and variables
Arithmetic expressions
Command history
Programmable completion
Job control
Shell options
Command execution
Coprocesses
Restricted shells
Built-in commands