source: rtems/cpukit/libmisc/shell/README

Last change on this file was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

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.

  • Property mode set to 100644
File size: 654 bytes
Line 
1This directory contains a shell user extension
2primary features:
3
4   + create a user shell terminal task.
5
6This code has not been extensively tested.  It is provided as a tool
7for RTEMS users to open more shell terminal.
8Suggestions and comments are appreciated.
9
10NOTES:
11
121.  printf() & getchar() works but you can't use
13    0,1,2 like fildes. You need to use fileno(stdin),fileno(stdout),...
14   
152.  You only need a termios dev to start a new session, add your new commands
16    and enjoy it.
17
183.  Telnetd daemon uses this (browse libnetworking/rtems_telnetd)
19    Enjoy it.
20
21FUTURE:
22
231.  Adding new commands in cmds.c to give file manegement to shell.
Note: See TracBrowser for help on using the repository browser.