TEACH DIRECTORY                                       A. Sloman Oct 1982

A part of the magnetic  disk is reserved for you,  and is known as  your
directory. Files which you create are stored in this directory. There is
an upper limit to the amount of  space which you can used for files,  so
occasionally you will need to get rid of old files.

The DCL command $DIR can be used  to find out which files you have.  The
DCL command $DEL  can use  used to delete  unwanted files.  If you  have
multiple versions of files you have been working on, you can get rid  of
all but the two most recent versions with the DCL command:

    $PURGE /KEEP=2

Instead of 2 you can use a larger number, if you wish.

For more information see:
    TEACH *FILES
    HELP * DCL

--- C.vms/teach/directory ----------------------------------------------
--- Copyright University of Sussex 1988. All rights reserved. ----------
