Mail Archives: djgpp/1999/02/02/00:26:54
At 23:51 01.02.1999 GMT, you wrote:
--------> This was the original Message:
Original>Rcently I downloaded DJGPP v2 and some related utilities from the
Original>v2gnu directory.  I have been trying to get the Gnu 'findutils'
Original>version 4.1 to work, particularly the 'find' command.  I am running
Original>MSDOS 6.2 on a 486 with 16 Mb of RAM.  CWSDPMI r4 is running.
Original>
Original>Whenever I try to run 'find' with even the simplest of command-line
Original>arguments, I get messages such as this:
Original>
Original>C:\ find c:\ -name ls.exe -print
Original>FIND: Parameter format not correct
Original>
Original>C:\ find c:/ -name ls.exe -print
Original>FIND: Invalid switch
Original>
Original>Trying various paths and argument formats (e.g., -iname) doesn't
Original>seem to help.  I have other things working, such as gcc, info, the
Original>file utilites and emacs.  Can anyone tell me what's going wrong?
Original>
Original>-- Stephen S. Kerr
Original>
Original>
--------> The Repy begins here:
The program FIND search for phrases in files. you can use it as follows:
        FING [/x] [/n] [/v] [/i] "string" [[c:] [Path] [File]]
        /x  /c  count lines whitch matches in a file)
        /n      view line number
        /v      view all lines whitch not matches
        /i      ignore capitalization
Michelle
------------------------------------------------------------------------
|                                                                      |
|                     Michelle's Internet Service                      |
|                                                                      |
|                 Michelle, Andrea-Cinderella Konzack                  |
|      Tel. 0033 / 03.88.23.85.96      11, rue de Rosheim              |
|      Fax. 0033 / 03.88.23.85.97      67000 Strasbourg - France       |
|                                                                      |
------------------------------------------------------------------------
- Raw text -