月度存档: 3月 2012

关于bash的一些使用之三

《Linux Shell脚本攻略》第四,五,七,九章
regex,ps,tr,sshfs,ifconfig,netstat,curl,nslookup,ssh-keygen,lsof,ps,top,pgrep,uname,lshw

继续阅读 »

关于bash的一些使用之二

《Linux Shell脚本攻略》第二,三章
diff, patch, dd, eject, isohybrid, ls, comm, split,csplit, wc, chmod, chown, sort, uniq, find, tr ,cat, mkfifo, script, scriptreplay, cdrecord, pushd, popd, tree

继续阅读 »

关于bash的一些使用

读《Linux Shell》脚本攻略第一章

继续阅读 »

alias & complete(自动补全)使用例子

alias apt-install=”sudo apt-get install”
complete -F _apt_install apt-install
compgen -W “abcd abc ab efg ef d” — a

继续阅读 »