gpt4 book ai didi

bash - 在 Bash 中将秒数添加到当前时间

转载 作者:行者123 更新时间:2023-12-01 22:10:20 24 4
gpt4 key购买 nike

<分区>

我想添加 10 秒 10 次。但是我不太清楚如何将时间添加到值中。

这是我的代码。

./time.sh

time=$(date)
counter=1
while [ $counter -le 10 ]
do
echo "$time"
time=$('$time + 10 seconds') //error occurred.
((counter++))
done

echo All done

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com