bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grep


From: Alain Magloire
Subject: Re: grep
Date: Thu, 8 Feb 2001 00:03:45 -0500 (EST)

> Content-Type: text/plain;
>       charset="iso-8859-1"
> 
> I'm trying to use the compiled grep from
> http://www.tardis.ed.ac.uk/~skx/win/Free11.html
> <http://www.tardis.ed.ac.uk/~skx/win/Free11.html> 

What's the version number ?
On What platform ?
If windows is it Cygwin, DJGPP environment ?

> using the -h to supress the filename and it does not suppres the file name,
> I looked at the grep.c and the lines:
> if (list_files == 1) printf("%s:\n","(standard input)");
> }
> else if (list_files == -1) printf("%s:\n","(standard input)");
> }
> I do not have much experience with C code but this looks like it would
> display (Standard Input) whether I was using -h or not.

list_files is for '-L' and '-l'
Send a short test/result of what you are seeing and what you
were expecting.  I do not follow your explanations.

> Content-Type: text/html;
>       charset="iso-8859-1"

Please do not send duplicate HTML.

--
alain




reply via email to

[Prev in Thread] Current Thread [Next in Thread]