文件名称:shell-utils:各种 shell 实用程序
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-25 07:17:56
shell bash scripts-collection shell-scripts Shell
shell-utils
各种 shell 实用程序
jp.sh - 作业池
此实用程序允许创建受指定大小限制的命名作业池,并通过它运行一些命令。 这意味着如果池大小为 N,则最多同时运行 N 个命令,其他命令将等待直到插槽被释放。
例如,要在下载大量文件时最多运行 3 个 cURL 进程,请按如下方式包装您的 cURL 命令:
./jp.sh "My Download Pool" 3 curl http://site1/...
./jp.sh "My Download Pool" 3 curl http://site2/...
./jp.sh "My Download Pool" 3 curl http://site3/...
...
执行
USAGE: ./jp.sh
【文件预览】:
shell-utils-master
----sysinfo.sh(1KB)
----jp.sh(2KB)
----LICENSE(11KB)
----README.md(929B)