Add bash post.
authorW. Trevor King <wking@drexel.edu>
Sat, 20 Nov 2010 20:03:16 +0000 (15:03 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 20 Nov 2010 20:03:16 +0000 (15:03 -0500)
posts/Bash.mdwn [new file with mode: 0644]
tags/bash.mdwn

diff --git a/posts/Bash.mdwn b/posts/Bash.mdwn
new file mode 100644 (file)
index 0000000..9823b86
--- /dev/null
@@ -0,0 +1,13 @@
+The [Bourne Again Shell][bash] is a very widely adopted [Unix
+shell][shell], and is the default shell for many distributions.
+Mendel Cooper's [Advanced Bash Scripting Guide][guide] is an excellent
+resource, and there is also a nicely detailed [manual][].
+
+[bash]: http://www.gnu.org/software/bash/
+[shell]: http://en.wikipedia.org/wiki/Unix_shell
+[guide]: http://tldp.org/LDP/abs/html/
+[manual]: http://www.gnu.org/software/bash/manual/
+
+[[!tag tags/bash]]
+[[!tag tags/linux]]
+[[!tag tags/programming]]
index 1cdf026691937b270ea8ccafcb4a053a74d0df70..f2941d93b1731058bb76f508d769d8ef0994fbdc 100644 (file)
@@ -1,3 +1,3 @@
-Software written in Bash.
+Software written in [[post/Bash]].
 
 [[!inline pages="link(tags/bash) and !/tags/*" show=10 actions=yes]]