Focus on technology
lifelong learning 个人分享

Multiprocess

shell中的进程池-kjAlbert's blog-个人分享

shell中的进程池

kjAlbert阅读(544)赞(0)

shell中的多进程 由于shell本身是不支持线程的。所以只能通过启动多个进程来完成多任务的处理,shell中的多进程是通过&来使用的,例如: #!/bin/bash for i in `seq 1 10`;do { echo "...