Created
April 28, 2014 22:36
-
-
Save jordanwade90/11386057 to your computer and use it in GitHub Desktop.
Passes all arguments to plan9port's man(1); if that fails, try the unix man(1) instead.
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
#!/usr/local/plan9/bin/rc | |
# Passes all arguments to plan9port's man(1); if that fails, try the unix man(1) instead. | |
9 man $* >[2]/dev/null || u man $* | 9 sed -e 's/([^ ]+)[ ]+/\1 /g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment