使用man的RTFM功能
Hujiuxiang
・1 分钟阅读
RTFM函数
rtfm() { help $@ || man $@ || $BROWSER"http://www.google.com/search?q=$@"; }
RTFMFTW 。