Re: puTTy help



"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/
.



Relevant Pages

  • Re: puTTy help
    ... grep strings from compressed directories. ... It's just a little frustrating because the guy ... It's surprising a Mac works better in this situation. ...
    (comp.terminals)
  • Re: puTTy help
    ... I'm using puTty to access a linux server. ... > grep strings from compressed directories. ... It's surprising a Mac works better in this situation. ...
    (comp.terminals)