Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged 检查当前时间是在美国东部时间00:00-1:00之间,其中必须包含00.00

0 votes
1.3k views
1 answer
    我的脚本: currenttime=$(date +%H:%M) if [[ "$currenttime" > "00:00" ]] && [[ "$currenttime" < "01:00" ]]; then ./mailscript1.sh ... 我希望它应包括00:00和01:00并应触发mailscript1为true,> =和<=无法正常工作...
asked Jan 14, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...