【在中打开手册页预览.app】智慧并不产生于学历,而是来自对于知识的终生不懈的追求。这篇文章主要讲述在中打开手册页预览.app相关的知识,希望能为你提供帮助。
I did write this snippet, I found it somewhere on the internet (I think I found it in a .bash_profile file in [dotfiles.org](http://www.dotfiles.org/)
Paste this code at the end of your .bash_profile file and the use it instead of man if you want to read some manpages in Preview.app (and eventually print the manpages or save them as a PDF file)
- # Open a manpage in Preview, which can be saved to PDF
- pman()
- {
- man -t " ${1}" | open -f -a /Applications/Preview.app
- }
推荐阅读
- 在Android 1.5上处理震动事件
- 确定Android中是否存在Intent Receiver
- 使用AppleScript构建和运行XCode
- Kickapps(使用jQuery&CSS在成员配置文件编辑页面中隐藏MYRSS&MYLINKS按钮)
- 终端.app符号链接命令
- 终端.app打开Apache的命令?s码httpd.conf文件文本编辑中的文件
- 通过SMTP(Gmail)在Android上发送电子邮件
- 开发Android应用程序的提示(我的经验教训)
- 构建实时,多平台移动应用程序(使用Ionic Framework和Firebase的示例)