Jorge Maldonado Ventura 814999af32 Fix typo from Bash Reference Manual 6 年之前
..
FAQ a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
INTRO b72432fdcc Imported from ../bash-2.03.tar.gz. 14 年之前
Makefile.in a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
README b72432fdcc Imported from ../bash-2.03.tar.gz. 14 年之前
aosa-bash-full.pdf a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
aosa-bash.pdf a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
article.ms ac50fbac37 Bash-4.3 distribution sources and documentation 10 年之前
article.pdf ac50fbac37 Bash-4.3 distribution sources and documentation 10 年之前
article.ps ac50fbac37 Bash-4.3 distribution sources and documentation 10 年之前
article.txt 17345e5ad2 Imported from ../bash-4.0.tar.gz. 14 年之前
bash.0 a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
bash.1 a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
bash.html a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
bash.info a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
bash.pdf a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
bash.ps a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
bashbug.0 a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
bashbug.1 a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
bashbug.ps a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
bashref.dvi a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
bashref.html a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
bashref.info a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
bashref.pdf a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
bashref.ps a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
bashref.texi 814999af32 Fix typo from Bash Reference Manual 6 年之前
builtins.0 a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
builtins.1 ac50fbac37 Bash-4.3 distribution sources and documentation 10 年之前
builtins.ps a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
fdl.texi 0001803f0b Bash-4.1 distribution source 12 年之前
fdl.txt 0001803f0b Bash-4.1 distribution source 12 年之前
htmlpost.sh bb70624e96 Imported from ../bash-2.04.tar.gz. 14 年之前
infopost.sh b80f6443b6 Imported from ../bash-3.0.tar.gz. 14 年之前
rbash.0 a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
rbash.1 3185942a52 Imported from ../bash-4.0-rc1.tar.gz. 14 年之前
rbash.ps a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
rose94.pdf 17345e5ad2 Imported from ../bash-4.0.tar.gz. 14 年之前
rose94.ps 17345e5ad2 Imported from ../bash-4.0.tar.gz. 14 年之前
texinfo.tex a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前
version.texi a0c0a00fc4 Bash-4.4 distribution sources and documentation 7 年之前

README

This directory contains the bash documentation.

FAQ - a set of frequently-asked questions about Bash with answers
INTRO - a short introduction to bash
article.ms - an article I wrote about bash for The Linux Journal
bash.1 - the bash man page
builtins.1 - a man page that documents the builtins, extracted from bash.1
bashref.texi - the `bash reference manual'
bashref.info - the `bash reference manual' processed by `makeinfo'
readline.3 - the readline man page

The `.ps' files are postscript versions of the above. The `.html'
files are HTML versions of the man page and reference manual. The
`.0' files are formatted manual pages. The `.txt' versions are
ascii -- the output of `groff -Tascii'.

The rest of this file explains how to use the `builtins.1' man page.

For each command in the list of builtins create a file in man/man1 called:

${command}.1

eg.
for.1
type.1
alias.1
etc.

All these files are identical as follows:

jaws@jaws(264)$ cat alias.1
.so man1/builtins.1
jaws@jaws(265)$

Make sure you adjust the .so line in builtins.1 to reflect where you
put it.