HI thats
the problem arises when i am in some other application like sqlplus ..

How do i find whehther a string has scrolled by after the query has exceuted .. 
Ofcourse the way out is to spool the file and then grep for the pattern in it

Any other alternatives
Thanx
Anand Raman

Yesterday [EMAIL PROTECTED] said

> Anand Raman proclaimed:
> > Is there a way by which i can search for a particular string in a 
> > Xterm window similar to the search function i n Acrobat reader or 
> > Netscape navigator
> 
> Assuming that the output being displayed on your xterm is from a command
> that you run, pipe the output through grep.
> 
> Eg: Let us say you are listing the 2000 files in a directory and want to
> look only at files that end in .html, do the following:
> 
> $ ls -l | grep '.html'
> 
> 
> The philosophy of unix is to have small well designed tools that do one
> thing extremely well.  Any complex task is easily solved (with sufficient
> intellectual stimulation in the process) by linking together these smaller
> tools.
> 
> Thaths
> -- 
> "See that ship over there?  They're broadcasting Major League Baseball
>        with implied oral conesnt, not express written conesent."
>                      -- Homer J. Simpson
> Sudhakar C13n http://people.netscape.com/thaths/ Lead Indentured Slave
> 
> --------------------------------------------------------------------
> The Linux India Mailing List Archives are now available.  Please search
> the archive at http://lists.linux-india.org/ before posting your question
> to avoid repetition and save bandwidth.
> 


--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.

Reply via email to