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

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

Re: Query - GREP results to the file (Windows)


From: Alain Magloire
Subject: Re: Query - GREP results to the file (Windows)
Date: Sun, 29 Jul 2001 15:24:45 -0400 (EDT)

> 
> Hi!
>      The GREP developed for windows is useful utility. I've recently =
> downloaded it and used in my prog. I am developing an ASP application =
> which can be used for content search in which the GREP is the best tool =
> I liked. My problem is when I am running this grep command from ASP, it =
> runs and search for the specific word but I am unable to redirect it to =
> the text(any type of) file which can be useful for displaying the final =
> results on the web page. Is there any option or help to do this.
> 
> Kindly reply soon as its urgent to me. pls. cc to address@hidden
> 
> Thank you,
> Sanjay Amin
> Software Engineer,
> Arraycom(I) Ltd.
> Gandhinagar,Gujarat,IN

grep, always send the result to stdout and error to stderr.
Now on Unix, it is possible to redirect stdout to a file via '>' or '|' ,
I do not know how to do this in a Windows environment.
You should try MSDOS or Windows forums for your question for appropriate 
response.

--
alain




reply via email to

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