From: W. Trevor King Date: Sat, 20 Nov 2010 20:03:16 +0000 (-0500) Subject: Add bash post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dbb2884b08f711240b030c05be543d3dbd264845;p=mw2txt.git Add bash post. --- diff --git a/posts/Bash.mdwn b/posts/Bash.mdwn new file mode 100644 index 0000000..9823b86 --- /dev/null +++ b/posts/Bash.mdwn @@ -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]] diff --git a/tags/bash.mdwn b/tags/bash.mdwn index 1cdf026..f2941d9 100644 --- a/tags/bash.mdwn +++ b/tags/bash.mdwn @@ -1,3 +1,3 @@ -Software written in Bash. +Software written in [[post/Bash]]. [[!inline pages="link(tags/bash) and !/tags/*" show=10 actions=yes]]