From b08f4096533577934b885fa9df41d3881d141612 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 15 Feb 2001 15:26:52 +0000 Subject: Initial XML commit git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/bash-desc.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 appendixa/bash-desc.xml (limited to 'appendixa/bash-desc.xml') diff --git a/appendixa/bash-desc.xml b/appendixa/bash-desc.xml new file mode 100644 index 000000000..6c1a7e225 --- /dev/null +++ b/appendixa/bash-desc.xml @@ -0,0 +1,20 @@ + +Contents + + +The Bash package contains the bash program + + + + +Description + + +Bash is the Bourne-Again SHell, which is a widely used command +interpreter on Unix systems. Bash is a program that reads from standard +input, the keyboard. You type something and the program will evaluate +what you have typed and do something with it, like running a program. + + + + -- cgit v1.2.3-54-g00ecf