Files
bash/doc
2020-03-20 09:26:56 -04:00
..
2011-12-03 12:52:47 -05:00
2014-07-28 11:08:27 -04:00
2013-11-05 11:32:59 -05:00
2013-12-16 11:09:16 -05:00
2013-11-05 11:33:42 -05:00
2011-12-03 12:52:47 -05:00
2011-12-03 12:52:47 -05:00
2020-02-04 10:14:42 -05:00
2020-03-20 09:26:56 -04:00
2020-02-04 10:14:42 -05:00
2020-03-16 10:07:27 -04:00
2020-02-04 10:14:42 -05:00
2020-02-04 10:14:42 -05:00
2016-04-07 11:40:23 -04:00
2016-02-23 10:06:23 -05:00
2016-04-07 11:40:23 -04:00
2011-12-03 12:52:47 -05:00
2020-01-21 09:45:54 -05:00
2020-01-21 09:45:54 -05:00
2020-01-21 09:45:54 -05:00
2020-01-21 09:45:54 -05:00
2020-01-21 09:45:54 -05:00
2020-03-16 10:07:27 -04:00
2019-06-24 09:00:06 -04:00
2019-11-25 11:48:29 -05:00
2020-03-16 10:07:27 -04:00
2020-03-16 10:07:27 -04:00
2011-12-03 12:52:47 -05:00
2020-03-16 10:07:27 -04:00
2020-02-04 10:14:42 -05:00
2011-12-03 12:52:47 -05:00
2020-03-16 10:07:27 -04:00
2019-11-25 11:48:29 -05:00
2019-11-25 11:48:29 -05:00
2020-03-20 09:26:56 -04:00
2014-01-16 14:30:22 -05:00
2020-01-21 09:45:54 -05:00
2011-12-03 12:52:47 -05:00
2020-02-04 10:14:42 -05:00
2020-02-04 10:14:42 -05:00
2020-02-04 10:14:42 -05:00
2018-03-19 09:46:55 -04:00
2020-02-04 10:14:42 -05:00
2019-01-08 11:03:27 -05:00
2011-12-03 12:52:47 -05:00
2011-12-03 13:33:39 -05:00
2011-12-03 22:42:51 -05:00
2011-12-07 08:59:28 -05:00
2011-12-07 09:36:56 -05:00
2011-12-07 09:31:44 -05:00
2011-12-12 22:12:40 -05:00
2011-12-29 13:03:44 -05:00
2013-12-30 09:37:26 -05:00
2015-07-29 16:15:40 -04:00
2012-06-05 10:16:06 -04:00
2011-12-07 09:08:05 -05:00
2011-12-07 09:08:05 -05:00
2011-12-07 09:08:05 -05:00
2011-12-07 09:08:05 -05:00
2011-12-07 09:08:05 -05:00
2011-12-07 09:08:05 -05:00
2011-12-07 09:08:05 -05:00
2011-12-08 20:06:34 -05:00
2011-12-08 20:06:34 -05:00
2009-09-12 16:46:53 +00:00
2012-03-05 21:15:51 -05:00
2009-09-12 16:46:52 +00:00
2015-12-21 10:38:53 -05:00
2011-12-03 12:52:47 -05:00
2011-12-03 13:52:31 -05:00
2011-12-03 13:33:39 -05:00
2011-12-03 12:52:47 -05:00
2011-12-03 12:52:47 -05:00
2011-12-03 12:52:47 -05:00
2011-12-03 12:52:47 -05:00
2011-12-03 12:52:47 -05:00
2015-03-09 11:11:06 -04:00
2011-12-07 09:27:13 -05:00
2020-02-04 10:14:42 -05:00
2009-09-12 16:46:52 +00:00
2011-12-03 22:43:25 -05:00
2011-12-03 12:52:47 -05:00
2015-12-21 10:40:25 -05:00
2020-03-20 09:26:56 -04: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.