I using a line like this to search for a bunch of files:
find . -name "page.php
The results are hundreds of lines and I can't see it all. (I'm trying to just copy/paste it into excel to analyze it).
I tried this:
find . -name "index1.php | less
That did something, but I was in this screen that I couldn't figure out how to exit out of. I had to close putty and open it up again.
What is the best way to just limit the results to the viewable area so I can copy, then hit return and get the next group.
Or, is there a way to make putty not truncate the results?
Thanks in advance.

qis the keyboard command to quitless– DerfK Feb 11 at 23:46lessalternative that requires you to just hit enter, that'smore... but a larger scrollback buffer, or redirect to file, or learn how to uselesssounds more like what you really want... – frostschutz Feb 12 at 3:11