bug-grep
[Top][All Lists]
Advanced

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

Re: Grep online files


From: Dimitry Andric
Subject: Re: Grep online files
Date: Tue, 01 Dec 2009 11:35:24 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.5) Gecko/20091126 Shredder/3.0.1pre

On 2009-12-01 00:12, Peng Yu wrote:
> I'm want to grep some online files below. Instead of downloading the
> files, I want to grep them online. Is there an option in grep or some
> tools that are similar to grep that can search online files directly?
> 
> ftp://hgdownload.cse.ucsc.edu/goldenPath/mm9/database/

Try the power of UN*X:

wget -q -O - ftp://hgdownload.cse.ucsc.edu/goldenPath/mm9/database/ | grep 
whatever

:)




reply via email to

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