for appname in $(cf a|grep started|cut -d " " -f 1)
do
cf stop  $appname
done

 

相关文章: