prstat gets cut off
When I run the command prstat -u user 1 1 I get about 100 lines of output. Which is fine. But if I pipe or redirect the command it only comes back with about 15 lines. prstat -u user 1 1 |more still cuts it down. So trying to use prstat in a script, like uprstat found elsewere, gives inaccurate information. Any ideas?

