摘要: 1、shell脚本 #!/bin/bash if [ $# -ne 1 ];then echo "input an dmesg time" exit 1 fi unix_time=`echo "$(date +%s) - $(cat /proc/uptime | cut -f 1 -d' ') + 阅读全文
posted @ 2025-02-21 09:22 游荡的沙 阅读(88) 评论(0) 推荐(0)