Advanced Bash Scripting Guide 5.2 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Advanced Bash Scripting Guide 5.2 (Stable branch)
# 1  
Old 03-14-2008
Advanced Bash Scripting Guide 5.2 (Stable branch)

ImageThe Advanced Bash Scripting Guide is both areference and a tutorial on shell scripting. Thiscomprehensive book (the equivalent of 880+ printpages) covers almost every aspect of shellscripting. It contains 340 profusely commentedillustrative examples, a number of tables, and across-linked index/glossary. Not just a shellscripting tutorial, this book also provides anintroduction to basic programming techniques, suchas sorting and recursion. It is well suited foreither individual study or classroom use. Itcovers Bash, up to and including version 3.2x.License: GNU Free Documentation License (FDL)Changes:
Many bugfixes and stylistic cleanups were done.Four new example scripts were added. A newsubsection on version 3.2 Bash update was added.Explanations of certain difficult concepts wereclarified. This is an important update.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Can anyone guide me with the BASH scripting

Hi, I am new to BASH script. I am working on the script to parsing the log message . the followings are my task: 1. Read the multiple log files, such as N1-2009-10-01, N2-2009-10-2, N3-2010-01-02.... 2. Parse the specific message, such as "aaaa" 3. If found the "aaaa" message in the log... (11 Replies)
Discussion started by: shyork2001
11 Replies
Login or Register to Ask a Question
PACEMAKER(8)						  System Administration Utilities					      PACEMAKER(8)

NAME
Pacemaker - Part of the Pacemaker cluster resource manager SYNOPSIS
crmadmin command [options] DESCRIPTION
crmadmin - Development tool for performing some crmd-specific commands. Likely to be replaced by crm_node in the future OPTIONS
-?, --help This text -$, --version Version information -q, --quiet Display only the essential query information -V, --verbose Increase debug output Commands: -i, --debug_inc=value Increase the crmd's debug level on the specified host -d, --debug_dec=value Decrease the crmd's debug level on the specified host -S, --status=value Display the status of the specified node. Result is the node's internal FSM state which can be useful for debugging -D, --dc_lookup Display the uname of the node co-ordinating the cluster. This is an internal detail and is rarely useful to administrators except when deciding on which node to examine the logs. -N, --nodes Display the uname of all member nodes -E, --election (Advanced) Start an election for the cluster co-ordinator -K, --kill=value (Advanced) Shut down the crmd (not the rest of the clusterstack ) on the specified node Additional Options: -t, --timeout=value Time (in milliseconds) to wait before declaring the operation failed -B, --bash-export Create Bash export entries of the form 'export uname=uuid' Notes: The -i,-d,-K and -E commands are rarely used and may be removed in future versions. AUTHOR
Written by Andrew Beekhof REPORTING BUGS
Report bugs to pacemaker@oss.clusterlabs.org Pacemaker 1.1.10-29.el7 June 2014 PACEMAKER(8)