持续运行一个命令,并且将结果输出到文本
#! /bin/sh while [ 2 > 1 ] do echo `date` >> recode.txt df -h >> recode.txt sleep 5 done
写于: 2014年06月12日 更新于: 2015年03月24日