1
0
Fork 0
mirror of synced 2025-03-06 20:53:29 +01:00
bash-shxdumper/doc
2019-01-07 09:27:52 -05:00
..
aosa-bash-full.pdf Bash-4.4 distribution sources and documentation 2016-09-15 16:59:08 -04:00
aosa-bash.pdf Bash-4.4 distribution sources and documentation 2016-09-15 16:59:08 -04:00
article.ms Bash-4.3 distribution sources and documentation 2014-02-26 09:36:43 -05:00
article.pdf Bash-4.3 distribution sources and documentation 2014-02-26 09:36:43 -05:00
article.ps Bash-4.3 distribution sources and documentation 2014-02-26 09:36:43 -05:00
article.txt Imported from ../bash-4.0.tar.gz. 2009-09-12 16:47:02 +00:00
bash.0 bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
bash.1 bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
bash.html bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
bash.info bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
bash.pdf bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
bash.ps bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
bashbug.0 Bash-4.4 distribution sources and documentation 2016-09-15 16:59:08 -04:00
bashbug.1 Bash-4.4 distribution sources and documentation 2016-09-15 16:59:08 -04:00
bashbug.ps Bash-4.4 distribution sources and documentation 2016-09-15 16:59:08 -04:00
bashref.dvi bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
bashref.html bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
bashref.info bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
bashref.pdf bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
bashref.ps bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
bashref.texi bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
builtins.0 bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
builtins.1 bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
builtins.ps bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
FAQ bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
fdl.texi Bash-4.1 distribution source 2011-11-21 20:51:19 -05:00
fdl.txt Bash-4.1 distribution source 2011-11-21 20:51:19 -05:00
htmlpost.sh Imported from ../bash-2.04.tar.gz. 2009-09-12 16:46:53 +00:00
infopost.sh Imported from ../bash-3.0.tar.gz. 2009-09-12 16:46:56 +00:00
INTRO Imported from ../bash-2.03.tar.gz. 2009-09-12 16:46:52 +00:00
Makefile.in Bash-4.4 distribution sources and documentation 2016-09-15 16:59:08 -04:00
rbash.0 Bash-4.4 distribution sources and documentation 2016-09-15 16:59:08 -04:00
rbash.1 Imported from ../bash-4.0-rc1.tar.gz. 2009-09-12 16:47:00 +00:00
rbash.ps bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
README Imported from ../bash-2.03.tar.gz. 2009-09-12 16:46:52 +00:00
rose94.pdf Imported from ../bash-4.0.tar.gz. 2009-09-12 16:47:02 +00:00
rose94.ps Imported from ../bash-4.0.tar.gz. 2009-09-12 16:47:02 +00:00
texinfo.tex Bash-4.4 distribution sources and documentation 2016-09-15 16:59:08 -04:00
version.texi bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00

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.