发布时间:2015-01-30 15:17:25
http://www.thegeekstuff.com/2009/03/15-practical-linux-find-command-examples/find directory -name "name" find directory -maxdepth N -name "name" -- root level 1find directory -mindepth N -maxdepth M -name "name" --level between N and Mfind directory.........【阅读全文】
发布时间:2015-01-30 14:05:38
http://www.thegeekstuff.com/2009/03/15-practical-unix-grep-command-examples/grep "string" file_namegrep "string" file_name_* ---multiple filesgrep -i "string" file_name ---ignore sensitive casegrep -w "word" file_name ---search only word matchedgrep -A N "string" file_name -- searc.........【阅读全文】
发布时间:2015-01-30 11:58:35
tar cvf name.tar directory ----umcompresstar cvzf name.tar.gz directory --gzip compress and packedtar xvf name.tartar xzvf name.tar.gztar cvfj name.tar.bz2 directory --bzip2 compress and packedtar xjvf name.tar.bz2tar tvf name.tar --view tar tar tvzf name.tar.gztar tvjf name.tar..........【阅读全文】
发布时间:2015-01-30 11:36:07
http://vim.wikia.com/wiki/Example_vimrc" URL: http://vim.wikia.com/wiki/Example_vimrc" Authors: http://vim.wikia.com/wiki/Vim_on_Freenode" Description: A minimal, but feature rich, example .vimrc. If you are a" newbie, basing your first .vimrc on this file is a good choice." .........【阅读全文】