name:   rex
author: baah/Arm's Tech (abrobecker@yahoo.com)
size:   641 bytes
needs:  BBC Basic
descr.: Recursive *EX command
----------------------------------------------------------------------------
  Files included in this directory are:
rex               ;The program itself
ReadMe            ;Guess what
More.rex          ;Use StrongBS to compress
More.MkRex        ;*Unfinished* assembly version


                          _ __         _____ __ __
                         | ' _|       |  -__|_ ' _|
                         |__|ecursive |_____|__.__|


"rex" is a tool made to complete the *ex command. It doesn't give as many
infos (no date, time or RWD infos) but has some convenient features which
make it a neat tool anyway. To install rex simply drag it in your library
directory, then you can use it from the CLI:

Usage: rex [options]
 -d[os]    Echange / and . characters
 -h[elp]   Show this help
 -i[mage]  Open ImageFS

It can (and might be) be improved a lot:
 1. give more and better infos about files
 2. allow user to enter a directory
 3. add a -r[ecurse] switch so as to really replace *ex
 4. a 100% assembly version? (see MkRex)
