summaryrefslogtreecommitdiffstats
path: root/doc/shell/general.t (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill2017-01-111-1322/+0
| | | | closes #2812.
* shell: Add CMDLS, CMDCHOWN, CMDCHMOD commandsSebastian Huber2014-11-201-0/+186
|
* cpukit/shell: Control help break with SHELL_LINES env variable.Chris Johns2013-12-161-16/+98
| | | | | | | | Control the help command break with the SHELL_LINES evironment variable where the numeric value is the number of lines to break on. If the value is 0 the output is not broken. The default is 16 lines. Add shell documentation for the help command.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-3/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2010-05-13 Chris Johns <chrisj@rtems.org>Chris Johns2010-05-131-29/+100
| | | | | * shell/file.t: Add dd, debugrfs, hexdump, ln, mknod, mkrfs, mv. * shell/general.t: Add time.
* 2010-05-12 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-121-0/+28
| | | | | | PR 1512/doc * shell/general.t: Add rtc. * shell/file.t: Add fdisk.
* 2010-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-091-1/+220
| | | | | PR 1512/doc * shell/general.t: Add setenv, getenv, and unsetenv.
* 2008-02-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-291-0/+208
| | | | * shell/general.t: Add sleep and echo commands.
* 2008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-271-53/+65
| | | | | | * shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t, shell/shell.texi: Many commands now have real descriptions with examples.
* 2008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-271-3/+4
| | | | * shell/file.t, shell/general.t: More commands documented.
* 2008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-211-23/+30
| | | | | * shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t: More descriptions and examples added.
* 2008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-211-0/+42
| | | | | | * shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t: Add mount and cp command information from Chris Johns. Reformat some things.
* 2008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-211-43/+43
| | | | | * shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t: A bit of clean up on the script.
* 2008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-211-35/+42
| | | | | * shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t: Change configure messages per Chris Johns suggestion.
* 2008-02-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-201-0/+462
* Makefile.am, configure.ac, index.html.in: Add initial version of RTEMS Shell Manual. This is largely a starting point but has most of the required structure. * shell/.cvsignore, shell/Makefile.am, shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/preface.texi, shell/rtems.t, shell/shell.texi: New files.