home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 29 / amigaformatcd29.iso / -coverdisks- / 113a / dayprogs / daydelete.readme < prev    next >
Text File  |  1998-06-08  |  2KB  |  64 lines

  1. Short:    DayDelete 1.11 - Delete files (+/-)x days old
  2. Author:   jthorsen@netpower.no
  3. Uploader: jthorsen@netpower.no
  4. Type:     util/cli
  5. Replaces: util/cli/DayDelete.lha
  6. Version:  1.11
  7.  
  8.  
  9. DayDelete is email-ware, which means that if you like it I would really like to receive a mail from 
  10. you telling me so.
  11. DayDelete is just a small util that will let you delete -x days old files from a directory.
  12.  
  13. USAGE:
  14. daydelete NUMBER_OF-DAYS/N,SOURCE_DIR/A,OLDER/S,QUIET/S
  15.  
  16. NUMBER_OF_DAYS - How many days old files to delete
  17. SOURCE_DIR     - Source-dir
  18. OLDER          - delete only older than x-days old files, delete newer is default.
  19. LIST           - Do not delete files, only list them.
  20. QUIET          - Do not ask questions, this is smart to use in scripts where 
  21.                  you don't want the program to wait for your response.
  22.                  
  23.  
  24. example:
  25. daydelete 0 store:tmp/ ;This will delete todays files from store:tmp/.
  26.  
  27. daydelete 50 store3:tmp/ OLDER LIST ;This will list files in store3:tmp/ that are 
  28.                                      older than 50 days. It can be quite smart to
  29.                                      use the LIST switch to display the affected files
  30.                                      before you actually start deleting them, and then
  31.                                      afterwards start daydelete without the LIST switch
  32.                                      to actually delete the files.
  33.  
  34.  
  35. This should be quite simple to figure out I guess, but if you are stuck feel free to 
  36. send me a mail.
  37.  
  38. DayDelete is part of a serie of smart little tools. You should also check out the
  39. following utils released by me (in aminet/util/cli/):
  40.  
  41. DayCopy
  42. DayMove
  43. DayList
  44.  
  45. And also these utils will be released in the near future:
  46.  
  47. SizeCopy
  48. SizeDelete
  49. SizeMove
  50. SizeList
  51.  
  52.  
  53. Version History:
  54.  
  55. 1.11 Now uses raw-mode for input, so the input will not be put in the CON's history.
  56.      Reported by Stefan Schulz
  57.  
  58. 1.1  DayDelete will no-longer display the deleted files if the QUIET switch is used.
  59.      Suggested by Gottfried Janik.
  60.  
  61. 1.0  First public release
  62.      Will check to see if the file is protected from deletion and let you decide if
  63.      if you want to un-protect it.
  64.