满随天外云卷云舒 静观庭前花开花落
发布时间:2013-06-12 20:48:46
solve the problem of java install error......【阅读全文】
发布时间:2013-06-12 20:45:45
#keep the folder structure copy some kind fiels to the destination foldercd /top/levle/to/copyfind . -name '*.txt' | cpio -pdm /path/to/destdir# copy some kind fiels to the destination folder without keep the structurefind /path/to/directory -name "*.mp3" -exec cp {} /some/other/dir/ \;find.........【阅读全文】
发布时间:2013-06-12 20:43:26
Replace a String With Another String In All Files Using sed and Perl......【阅读全文】
发布时间:2013-06-12 20:37:39
方法一,指定换行符读取:#! /bin/bash IFS=" " for LINE in `cat /etc/passwd` do echo $LINE done 方法二,文件重定向给read处理:#! /bin/bash cat /etc/passwd | while read LINE .........【阅读全文】
chinaunix网友2009-02-04 16:29
兄弟太感谢你了,看了你的贴,就是那篇"网络连接"不见了,又无法粘贴,太感谢你了,我的机子中毒也这样,现在好了,一切正常.谢谢你呀兄弟.太感谢了.
chinaunix网友2008-12-14 18:29
谢谢你,大好人! 请看下你的这篇文章http://blog.chinaunix.net/u1/44851/showart_1333675.html 我的留言(时间:2008-12-14 18:25:16 IP地址:58.247.157.) 帮我解决下最后的问题,谢谢!