Difference between revisions of "BASH Scripting"

From PHYSpedia
Jump to: navigation, search
(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…")
m (moved Scripting to BASH Scripting: page will cover only bash shell scripting)
(No difference)

Revision as of 10:25, 19 February 2013

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.