BASH Scripting

From PHYSpedia
Revision as of 10:25, 19 February 2013 by Cclark (talk | contribs) (moved Scripting to BASH Scripting: page will cover only bash shell scripting)

Jump to: navigation, search

bash supports many features available in traditional programming languages. However, since bash is a shell first, and programming language second, there are a few quirks that you need to be aware of. This page covers several topics that are useful when writing bash scripts and provides examples.