Create bookmark
bash Pocket Reference
Notes
Please login to add notes
- Table of Contents
-
+
Chapter 1. The Bash Shell
- Conventions
- History
- Overview of Features
- + Invoking the Shell
-
+
Syntax
- Functions
- + Variables
- + Arithmetic Expressions
- + Command History
- + Programmable Completion
- Job Control
- Shell Options
- Command Execution
- + Coprocesses
- Restricted Shells
-
+
Built-in Commands
- !
- #
- #!shell
- :
- .
- [[ ]]
- name ()
- alias
- bg
- bind
- break
- builtin
- caller
- case
- cd
- command
- compgen
- complete
- compopt
- continue
- declare
- dirs
- disown
- do
- done
- echo
- enable
- esac
- eval
- exec
- exit
- export
- false
- fc
- fg
- fi
- for
- for
- function
- getopts
- hash
- help
- history
- if
- jobs
- kill
- let
- local
- logout
- mapfile
- popd
- printf
- pushd
- pwd
- read
- readarray
- readonly
- return
- select
- set
- shift
- shopt
- source
- suspend
- test
- time
- times
- trap
- true
- type
- typeset
- ulimit
- umask
- unalias
- unset
- until
- wait
- while
- filename
- + Resources
- Acknowledgments
- Index
It's simple: you need to know how to work with the bash shell if you want to get to the heart of Mac OS X, Linux, and other Unix systems. Updated for the most recent version of bash, this concise little book puts all of the essential information about bash at your fingertips. You'll quickly find answers to annoying questions that always 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? -- and much more.
If you're a user or programmer of any Unix variant, or if you're using bash on Windows, you'll find this pocket reference indispensable. This book covers:
Invoking the Shell
Syntax
Functions
Variables
Arithmetic Expressions
Command History
Programmable Completion
Job Control
Shell Options
Command Execution
Coprocesses
Restricted Shells
Built-in Commands
Test the closed alpha on paperc.com
Book Details
Authors
Categories
Computers > Operating Systems > Linux
Publishers
Publication year : 2010
License: All rights reserved ©
Times read: 269

