文章分类 -  xshell脚本

摘要:1、 xshell.sh #!/bin/bash while true do sleep 10; date; ps -ef |grep 'snhs'; done 2、 xshell_wr.sh #!/bin/bash sh xshell.sh >>logfile 2>&1 & 3、执行 sh xsh 阅读全文
posted @ 2023-06-08 09:10 槑槑DE 阅读(47) 评论(0) 推荐(0)