home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / citadel / ctdl338a.zip / READDATE.BLB < prev    next >
Text File  |  1988-01-24  |  701b  |  17 lines

  1.    To read messages since a given date, type
  2.  
  3.    ".Read <direction option> <date spec>"
  4.  
  5.    If you type nothing for <date spec>, it'll assume from the beginning of
  6. time.  The format of date spec is just like the Citadel standard for a date:
  7.  
  8.    yymmmdd   (i.e. 88Jan05 is January 5, 1988)
  9.  
  10.    However, this may be abbreviated for finger pain alleviation.  If the year
  11. is omitted, the current year is assumed.  The month must only be unique.  For
  12. instance, "ja" would indicate january, while "s" would indicate September,
  13. but "ju" will only generate an error message, since both June and July would
  14. match that.  The day does not have to be two digits, but it does have to be
  15. present.
  16.  
  17.