home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume5 / retouch / README < prev    next >
Encoding:
Text File  |  1986-11-30  |  1001 b   |  27 lines

  1. retouch is a command that can be used to "correct" last changed
  2. dates, such as when by 'make' or 'ls -l -t'.  These dates
  3. can be inaccurate after a cp, or uucp, or kermit to create a new
  4. copy of an existing file, or to import it from another system.
  5.  
  6. retouch looks for an sccs string of the form
  7.     @(#) anything at all mm/dd/yy
  8.     @(#) anything at all yy/mm/dd
  9. to get the date.  It is intended for use on source files, and
  10. assumes there is no such string if it's not in the top 10 lines.
  11.  
  12. It has the following options:
  13.     -v    verbose
  14.     -g    assume the date is GMT rather than local time
  15.     -d date    set the last change date to "date".
  16.  
  17. It has defs for BSD and USG, although it's been tested only
  18. under BSD.  It was intended as a one-time hack, and may not
  19. be as clean as it should be, but it has proven versatile and
  20. necessary over the past 6 months.
  21.  
  22. I'd appreciate any suggestions or changes.
  23.  
  24.     Joel West     CACI, Inc. Federal, La Jolla
  25.     {cbosgd, ihnp4, sdcsvax, ucla-cs} !gould9!joel
  26.     joel%gould9.uucp@NOSC.ARPA
  27.