【发布时间】:2010-09-27 16:15:47
【问题描述】:
我有一个包含 wget 命令的 bash 文件,用于下载超过 100,000 个文件,总计大约 20gb 的数据。
bash 文件类似于:
wgethttp://something.com/path/to/file.data
wgethttp://something.com/path/to/file2.data
wgethttp://something.com/path/to/file3.data
wgethttp://something.com/path/to/file4.data
这正好有 114,770 行。 SSH 到我有帐户的服务器并运行它有多可靠?我的 ssh 会话最终会超时吗?我是否必须一直被 ssh'ed?如果我的本地计算机崩溃/关闭了怎么办?
另外,有人知道这需要多少资源吗?我想在共享服务器上执行此操作是不是疯了?
我知道这是一个奇怪的问题,只是想知道是否有人有任何想法。谢谢!
【问题讨论】: