From c6cb3aa2f176d65a5ebe77e7da82e20946188a98 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 17 May 2004 21:55:01 +0000 Subject: HEAD: Retagged the Contents of ... sections. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) (limited to 'chapter06/bash.xml') diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 7050853ff..8d2745902 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -63,32 +63,45 @@ available. -Contents of Bash - -Installed programs: bash, sh (link to bash) and -bashbug - - +Contents of Bash + +Installed programs +bash, sh (link to bash) and bashbug + -Short descriptions +Short descriptions + +bash + bash -bash is a widely-used command interpreter. It +is a widely-used command interpreter. It performs many kinds of expansions and substitutions on a given command line before executing it, thus making this interpreter a powerful tool. + + + +bashbug + bashbug -bashbug is a shell script to help the user +is a shell script to help the user compose and mail bug reports concerning bash in a standard format. + + + +sh + sh -sh is a symlink to the bash program. When invoked +is a symlink to the bash program. When invoked as sh, bash tries to mimic the startup behavior of historical versions of sh as closely as possible, while conforming to the POSIX standard as well. + + + - - -- cgit v1.2.3-54-g00ecf