会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
moonson笔记区
-----------------Subtle is the lord,but malicious He is not.
博客园
首页
新随笔
联系
管理
订阅
2008年5月20日
linux常用命令(wget,vi)
摘要: 常 用 的 命 令wget $ wget -r -np -nd http://example.com/packages/ 这条命令可以下载 http://example.com 网站上 packages 目录中的所有文件。其中,-np 的作用是不遍历父目录,-nd 表示不在本机重新创建目录结构。 $ wget -r -np -nd --accept=iso http://example.co...
阅读全文
posted @ 2008-05-20 11:05 利刃
阅读(627)
评论(0)
推荐(0)
编辑