原地址:http://www.cnblogs.com/svage/p/3700122.html1、删除目录及子目录下的 .svn目录 find . -type d -name ".svn" | xargs rm -rf2、/tmp 目录的权限drwxrwxrwt rwt的意思是:对目录有执行权... Read More
posted @ 2014-04-29 22:28 刺客主谋 Views(226) Comments(0) Diggs(0)
原地址:http://www.crifan.com/ubuntu_terminal_make_retain_long_enough_history_output_content/Ubuntu下用终端,遇到一个问题:当输入一个命令后,去执行该命令,输出的内容太长时,当命令结束后,想要看完整的输出的lo... Read More
posted @ 2014-04-29 05:57 刺客主谋 Views(370) Comments(0) Diggs(0)