On 16.10.2009 14:05, Xi Shen wrote: > when i use emerge, there are too many packaged that they cannot > displayed in one screen. but i cannot use less to separate it into > pages. why? please help ;)
Be sure to pipe both stdout and stderr to less, i.e. emerge <options> 2>&1 | less when you are using bash. P.