BASH Scripting

From PHYSpedia
Revision as of 10:22, 19 February 2013 by Cclark (talk | contribs) (Replaced content with "<code>bash</code> supports many features available in traditional programming languages. However, since <code>bash</code> is a shell first, and programming language second, t…")

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.