日期:2014-05-16 浏览次数:20732 次
#!/bin/bash while : do touch "`date +"%Y-%m-%d %H:%M:%S"`" sleep 1 done ------解决方案--------------------