home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MAGAZINE / MISC / MNFEB91.ZIP / WHEREIS < prev   
Encoding:
Text File  |  1991-01-26  |  3.3 KB  |  113 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. WhereIs  Version 4.4a, released Dec 18,  1990 is a PC-DOS / MS-DOS File 
  9. Finder written by Keith Ledbetter of Chesterfield, VA.
  10.  
  11. WhereIs helps hard drive owners retain some sanity by locating files on their 
  12. hard drives.   We've all had situations where we KNOW we have a file in a 
  13. directory somewhere on the hard drive...we just can't remember where.  
  14.  
  15. Another added feature of WhereIs is that it can be told to look inside of 
  16. archived (ARC) files during its search.  This is a very important feature 
  17. with the common acceptance of archived files these days.  In this document, 
  18. "ARC files" is used as a generic term for any file with the following 
  19. extension:
  20.  
  21.                 .ARC    .ZIP    .LZH    .ZOO    .PAK    .PKA
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. You will find that WhereIs can satisfy almost all of your file searching 
  31. needs.  It has a multitude of search options:
  32.  
  33. o   The ability to search inside ARC, ZIP, PKA, PAK, ZOO, and LZH archived 
  34.     files.
  35.  
  36. o   The ability to search for files that have been compressed with PK-Ware's 
  37.     PKLite program.
  38.  
  39. o   True regular expression searching on filenames.
  40.  
  41. o   The ability to display duplicate entries across all of your disk drives 
  42.     (even those duplicates that are in the archive files mentioned above!).
  43.  
  44. o   Up to 25 filenames can be excluded from the search.
  45.  
  46. o   Built-in ZIP archive error detection.  Every time you do a search that 
  47.     includes ZIP files, every ZIP file on your hard drive is checked for 
  48.     integrity!
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57. o   The ability to do restrictive searches on such criteria as file dates and 
  58.     file sizes.
  59.  
  60. o   The ability to do a verified (or un-verified) deletion of any files found 
  61.     in the search (great for periodically deleting those .BAK files or files 
  62.     with a size of zero).
  63.  
  64. o   Support for Novell's "volume" configurations.
  65.  
  66. o   Default switches can be set in an environment variable.
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75. Other advanced features of WhereIs include (a) grep-type searching on 
  76. filenames (ie: find filenames with a '4' in the fifth character), (b) date 
  77. and time range specifiers, and (c) file size range specifiers.  There are 
  78. many switches for WhereIs, and it is highly recommended that you read this 
  79. document carefully so that you will be able to get the most out of the 
  80. program.  There are very few things you can't do with WhereIs when it comes 
  81. to locating files.   As an advanced example:
  82.  
  83.  
  84.     whereis cde:*.bak "[0-9]" -gt1024 -lt2048 -s12-10-89 -b12-20-89 -v
  85.  
  86.  
  87. How about <THAT> for a command line?  What this would do is delete all .BAK 
  88. files on drives C:, D:, and E: that have a number somewhere in the filename 
  89. (ie: PROG01.BAK).  But, only if the file is between 1025 and 2047 bytes in 
  90. length, and was last modified sometime between the dates of 12-10-89 and 
  91. 12-19-89.
  92.  
  93. Yes, I know that you'll probably never need to do something exotic as this, 
  94. but it shows the power that you have with WhereIs.  Take the time to learn 
  95. WhereIs, you'll be glad you did....
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.                       Our rating  (1 is low, 10 is great!):
  109.                             ┌──────────────────────┐
  110.                             │ 1 2 3 4 5 6 7 8 9 10 │
  111.                             │ █ █ █ █ █ █ █ █ █ █  │
  112.                             └──────────────────────┘
  113.