#!/usr/bin/python
import os,sys
cmd="FScmd state cnfg vc"
cmd2="sleep 2"
cmd3="print $(date) cnfg switch|tee -a cnfg_status.log"
for i in range(5000):
os.system(cmd)
os.system(cmd2)
循环显示CNFG status with python
最新推荐文章于 2024-11-08 13:43:44 发布