Hacker News new | ask | show | jobs
by e12e 2661 days ago
OT: I got curious, and this also works:

PAGER="wc -l" man xargs

(although my man page for xargs is just 211 lines)

1 comments

Try changing your terminal's width and running it again ;)
Ah.

MANWIDTH=80 PAGER="wc -l" man xargs 292