Reputation: 2066
I am using iTerm2
(Build 1.0.0.20140112) on OS X 10.8.5. When I try to view the man pages I am not able to view the command when the man page opens up. I can read the rest contents for that command in the man page, however I am not able to see the command itself. All the occurrence of the command are invisible in the man page. Snapshot attached.
Upvotes: 4
Views: 1421
Reputation: 115
That's may because of the color! the bold text will show up white, which is the same as your background color. change your background color to gray, or change the bold text color to other color. (both in iTerm2's settings)
or use this command: man xxx | cat
Upvotes: 5