home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / find / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  26 lines

  1.                             FIND
  2.  
  3. FIND is an external command that searches for a specific string of text
  4. in one or more files or the output from another command.
  5.  
  6.     FIND [/V][/C][/N] "string" [d:][pathname]filename[.ext]...
  7. or
  8.     command | FIND [/V][/C][/N] "string" 
  9.  
  10. /V tells FIND to display all lines not containing the string.
  11.  
  12. /C causes FIND to count the lines that contain the string.
  13.  
  14. /N displays a relative line number in front of each line containing "string".
  15.  
  16. "string" is the text that you wish to find surrounded by double quotes.
  17.  
  18. [d:][pathname]filename[.ext] is the file to be searched. More than one file 
  19.     may be specified. If no file is specified, FIND will search the text that 
  20.     is entered from the keyboard or from a file or device (using redirection). 
  21.  
  22. command is another DOS command, such as DIR.
  23.  
  24. NOTE: Wildcards CANNOT be used with the FIND command. Look at the examples in
  25. the BATCH_COMMANDS HINTS PARAMETERS EXAMPLES for a way around this limitation.
  26.