Skip to content

Instantly share code, notes, and snippets.

@kyab
Created May 20, 2011 11:02
Show Gist options
  • Save kyab/982727 to your computer and use it in GitHub Desktop.
Save kyab/982727 to your computer and use it in GitHub Desktop.
goto apple's man page. example "$ ./manweb.command 1 ls"
#!/bin/bash
echo jumping to apple man page...
echo level is $1
echo target manual is $2
open http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man$1/$2.$1.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment