home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 11 / bbd11.zip / SEARCH.DOC < prev    next >
Text File  |  1987-06-18  |  2KB  |  57 lines

  1. |D╔══════════════════╗════════════════════════════════════════════════════════════ 
  2. |D║ |5The Happy Hacker |D║════════════════════════════════════════════════════════════ 
  3. |D╚══════════════════╝════════════════════════════════════════════════════════════ 
  4.  
  5. ^C^1KRAMDEN UTILITIES:  THE SEARCH COMMAND
  6. ^Cby 
  7. ^CBryan Higgins 
  8.  
  9.    The Kramden Utilities are a set of programs which perform many PC functions. 
  10. We use them as in-house tools, and find them extremely useful.  Whether you are 
  11. a hacker or an ordinary user, these utilities will help you make efficient use 
  12. of your personal computer. 
  13.  
  14.    These programs cannot be run directly from the menu. They work just like DOS 
  15. commands (such as COPY, DIR, etc.); invoke them by typing their name followed 
  16. by whatever parameters are appropriate.  Before using any of the Kramden 
  17. Utilities, carefully read its instructions by selecting the Big Blue Disk menu 
  18. entry for the utility. 
  19.  
  20.    While each Kramden Utility is useful by itself, they can also work together 
  21. to do even more.  Copy all Kramden Utilities onto one floppy disk or one 
  22. subdirectory of a hard disk.  Documentation for each utility describes the ways 
  23. it can be used in combination with the others.  Make sure not to miss an issue 
  24. of Big Blue Disk, so you can get a complete set.  (Subscription information is 
  25. available elsewhere in this issue.) 
  26.  
  27.  
  28. ^C^1SEARCH 
  29.  
  30.  
  31.   The SEARCH command searches files for strings that you specify.  When SEARCH 
  32. finds a specified string, it displays the line that contains the string.  In 
  33. this example: 
  34.  
  35. ^C^1search *.c,*.exe add 
  36.  
  37. the utility searches all files with .c and .exe extensions for the characters 
  38. "add", then displays the lines which contain the string. 
  39.  
  40.   The SEARCH command also has an "-f" option: 
  41.  
  42. ^C^1search-f *.c,*exe add 
  43.  
  44. When this option is used, the program displays only the names of the files that 
  45. contain the string. 
  46.  
  47.   Keep in mind that strings are case sensitive.  In other words, "add" and 
  48. "ADD" are different strings.  Finally you should avoid using control characters 
  49. like the line feed (^^J) and the carriage return (^^M) in the strings you 
  50. specify.  Avoid semi-colons (;) as well. 
  51.  
  52.  
  53. ^CCopyright (c) 1985, 1986 by Bryan Higgins 
  54.  
  55. DISK FILES THIS PROGRAM USES:
  56. ^FSEARCH.EXE
  57.