Re: puTTy help
- From: comphelp@xxxxxxxxx (Todd H.)
- Date: 24 Oct 2006 13:48:13 -0500
"fnibogey" <finbogey@xxxxxxxx> writes:
Please help a total noob. I'm using puTty to access a linux server. I
grep strings from compressed directories. I would then like to be able
to search those results on my puTTy screen. Is this possible?
Yes, but it's neither an ssh or putty question really. It's more of a
unix shell question. But try this:
$ strings bigdirectoryiwannagrep/* | grep myfavoritegrepstring | less
Space bar pages down, b takes you back a screen in less anyway,
capital G to get to the end, capital P to get back to teh beginning.
If less isn't available as a pager on that system, try
$ strings bigdirtory/* | grep blah | more
More more info:
$ man less
$ man more
Best Regards,
--
Todd H.
http://www.toddh.net/
.
- Follow-Ups:
- Re: puTTy help
- From: fnibogey
- Re: puTTy help
- References:
- puTTy help
- From: fnibogey
- puTTy help
- Prev by Date: how to connect to a server outside of network
- Next by Date: Re: how to connect to a server outside of network
- Previous by thread: puTTy help
- Next by thread: Re: puTTy help
- Index(es):
Relevant Pages
|
|