mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / Bash.mdwn
1 The [Bourne Again Shell][bash] is a very widely adopted [Unix
2 shell][shell], and is the default shell for many distributions.
3 Mendel Cooper's [Advanced Bash Scripting Guide][guide] is an excellent
4 resource, and there is also a nicely detailed [manual][].
5
6 [bash]: http://www.gnu.org/software/bash/
7 [shell]: http://en.wikipedia.org/wiki/Unix_shell
8 [guide]: http://tldp.org/LDP/abs/html/
9 [manual]: http://www.gnu.org/software/bash/manual/
10
11 [[!tag tags/bash]]
12 [[!tag tags/linux]]
13 [[!tag tags/programming]]