       DIRSORT (V1.2-1)  @         DIRSORT is a custom subset of the DCL DIRECTORY command.B         It lists only filename and timestamp information about theD         files in target directory. The output is sorted by the date-B         time stamp rather than filename, and can sort the dates in7         either descending or ascending (default) order.   E         File dates are displayed by default in the YYYY-Mmm-DD format B         This is user definable by setting the process logical name)         DIRSORT_FORMAT to another format:   C          $ define DIRSORT_FORMAT "|!DB-!MAAU-!Y4 !H04:!M0:!S0.!C2|"   ?         which would display the date in Vms DD-MMM-YYYY format. 4         See Programming Concepts, Tables 6-6 and 6-8       Parameters:   B         DIRSORT accepts one parameter, a VMS filepath which is theE         target directory. If omitted, default directory is displayed. /         RMS wildcards (* and %) are also valid.        Qualifiers:   M         /DATE=xxxx - if present, DIRSORT will sort the target directory files D                 using the specified date keyword. Valid keywords are;                 BACKUP, CREATE, EXPIRE or REVISE (default).   ?         /DELTATIME - if present, DIRSORT will display time info F                 for each file as a delta time value, the difference of=                 the current date-time and the file date-time.   E         /LAYOUT=xxx - Determines the display format for filenames and I                 datestamps. Three keyword values are accepted, DATEFIRST, H                 (default), FILEFIRST and TRUNCATE. The latter two appearC                 identical until the filename exceeds 31 characters.   E         /SORT=xxx - if present, DIRSORT will sort output as specified H                 by the keyword entered. Accepted keywords are DESCENDING'                 or ASCENDING (default).   "         /HELP - Displays this text  8         /VERSION - DIRSORT displays version, build date,;                 and required privs for VMS Install utility.     