《Linux Shell脚本攻略》第四,五,七,九章
regex,ps,tr,sshfs,ifconfig,netstat,curl,nslookup,ssh-keygen,lsof,ps,top,pgrep,uname,lshw
月度存档: 3月 2012
关于bash的一些使用之三
作者: inotseeyou
日期: 2012 - 3 - 22
没有评论
关于bash的一些使用之二
作者: inotseeyou
日期: 2012 - 3 - 22
没有评论
《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
alias & complete(自动补全)使用例子
作者: inotseeyou
日期: 2012 - 3 - 11
没有评论
alias apt-install=”sudo apt-get install”
complete -F _apt_install apt-install
compgen -W “abcd abc ab efg ef d” — a