Tagged Questions
0
votes
2answers
74 views
Regarding groff - where is the config file and will this work?
I've been reading Terminal Tips and Tricks For Mac OS X when I came across this.
bman () {
gunzip < `man -w $@` | groff -Thtml -man | bcat
}
Apparently I should be able to view man pages ...