summaryrefslogtreecommitdiffstats
path: root/doc/shell/file.t (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill2017-01-111-2861/+0
| | | | closes #2812.
* shell: Make mv, cp and rm usable for applicationsSebastian Huber2014-11-271-6/+6
| | | | close #2030
* doc: Sort the shell file commands into alphabetical order.Chris Johns2014-09-161-1354/+1433
|
* shell: Add an md5 hash command for files.Chris Johns2014-09-161-67/+139
| | | | This command lets you get an MD5 hash for a file in an RTEMS file system.
* privateenv: Use POSIX keys instead of task variables.Christian Mauderer2014-03-271-1/+3
|
* shell: Add df commandAndrei Mozzhuhin2013-05-161-0/+78
|
* 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-18/+1145
| | | | | * 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/+29
| | | | | | PR 1512/doc * shell/general.t: Add rtc. * shell/file.t: Add fdisk.
* 2008-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-281-10/+72
| | | | | * shell/file.t, shell/network.t: Document more commands and provide more examples.
* 2008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-271-0/+5
| | | | | | * 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-1/+2
| | | | * shell/file.t, shell/general.t: More commands documented.
* 2008-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-261-23/+85
| | | | * shell/.cvsignore, shell/file.t: Add most of file commands.
* 2008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-211-60/+108
| | | | | * 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-9/+262
| | | | | | * 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-98/+97
| | | | | * 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-81/+97
| | | | | * 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/+1031
* 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.