From dbb2884b08f711240b030c05be543d3dbd264845 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 20 Nov 2010 15:03:16 -0500 Subject: [PATCH] Add bash post. --- posts/Bash.mdwn | 13 +++++++++++++ tags/bash.mdwn | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 posts/Bash.mdwn 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]] -- 2.26.2