修訂. | 86351aa6c7cc68a9f13cfb13720ec0731a017802 |
---|---|
大小 | 90 bytes |
時間 | 2011-02-22 01:07:49 |
作者 | lorenzo |
Log Message | I simply changed the name of the script I am calling from overall.sh. |
#!/bin/bash
for ((i=1; i<=10; i++)); do echo $i; done | xargs -n 1 -P 4 ./my_script2.sh