Transcription of Advanced Bash-Scripting Guide - Linux Documentation Project
{{id}} {{{paragraph}}}
Advanced Bash-Scripting GuideAn in-depth exploration of the art of shell scriptingMendel Mar 2014 Revision HistoryRevision Apr 2012 Revised by: mc'TUNGSTENBERRY' releaseRevision Nov 2012 Revised by: mc'YTTERBIUMBERRY' releaseRevision 1010 Mar 2014 Revised by: mc'PUBLICDOMAIN' releaseThis tutorial assumes no previous knowledge of scripting or programming, yet progresses rapidly toward anintermediate/ Advanced level of instruction .. all the while sneaking in little nuggets of UNIX wisdom andlore. It serves as a textbook, a manual for self-study, and as a reference and source of knowledge on shellscripting techniques. The exercises and heavily-commented examples invite active reader participation, underthe premise that the only way to really learn scripting is to write book is suitable for classroom use as a general introduction to programming document is herewith granted to the Public Domain.
• Project consists of subcomponents with interlocking dependencies Extensive file operations required (Bash is limited to serial file access, and that only in a particularly clumsy and inefficient line-by-line fashion.) • • Need native support for multi-dimensional arrays • Need data structures, such as linked lists or trees
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}