home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 15a / ndtouch.zip / TOUCH.DOC next >
Text File  |  1986-08-30  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                               NDTOUCH version 2.0
  9.                               -------------------
  10.                         Copyright (C) 1986 D. G. Kneller
  11.                               All rights reserved.
  12.  
  13.  
  14.      Program Description
  15.      -------------------
  16.  
  17.           Update the time of a file to be the current system time.
  18.  
  19.  
  20.      Synopsis
  21.      --------
  22.  
  23.           touch [ -cfv ] [ -d mm-dd-yyyy ] [ -t hh:mm:ss ] file ...
  24.  
  25.      The [ ] delimit optional flags.
  26.  
  27.  
  28.      Description
  29.      -----------
  30.  
  31.           Touch attempts to set the time of each existing file to the
  32.      current system time.  If the file exists, the touch will occur only if
  33.      it is not read-only (but see the -f option below).  If a file does not
  34.      exist, an attempt will be made to create it unless the -c option is
  35.      specified.  The -f option will try to force the touch regardless of
  36.      whether or not the file is read-only.  The -v option turns on verbose
  37.      mode and touch will report each file it touches.
  38.  
  39.           -d and -t allow specification of the date and time to be used
  40.      instead of the system date and time.  The format of the date and time
  41.      options is like that of the DOS date and time commands.  For the date,
  42.      yyyy may be just 2 digits (eg. 86) in which case 1986 is inferred.
  43.      Partial dates and times can be used (eg -t 8 sets the time to 8:00:00,
  44.      -d 3 sets the date to 03-01-80, which may not be too useful).
  45.  
  46.           This is based on the UNIX(tm) program of the same name.
  47.      Wildcards can appear in the list of file names.
  48.  
  49.      
  50.  
  51.      ----------
  52.      UNIX is a registered trademark of Bell Laboratories.
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.