Created
July 1, 2015 10:24
-
-
Save item4/e93312688eb5fb108789 to your computer and use it in GitHub Desktop.
Open man page as pdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add it yourself | |
my_man2() { | |
man -t $1 | open -f -a /Applications/Preview.app | |
} | |
alias man2=my_man2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment