摘要: set the ~/.vimrc filemy first configuration:set autoindentset cindentset ts=4 at the same set tabstop=4set shiftwidth=4 阅读全文
posted @ 2012-06-15 17:56 Epirus 阅读(130) 评论(0) 推荐(0) 编辑
摘要: w3m -no-cookie www.baidu.com forbit using cookiec+s--------> search word in the page forward?----------->search word in backward 阅读全文
posted @ 2012-06-15 16:35 Epirus 阅读(147) 评论(0) 推荐(0) 编辑
摘要: testfunc2 (){ echo "$# parameters"; echo Using '$*'; for p in $*; do echo "[$p]"; done; echo Using '"$*"'; for p in "$*"; do echo "[$p]"; done; echo Using '$@'; for p in $@; do echo "[$p]"; done; echo Using '&quo 阅读全文
posted @ 2012-06-15 16:28 Epirus 阅读(179) 评论(0) 推荐(0) 编辑