shell读取文件每行,并执行命令

#!/bin/bash

while read line
do
$line &
done < /path/filename

 

posted @ 2016-04-30 11:49  rorshach  阅读(2317)  评论(0编辑  收藏  举报