标签: linux bash date datetime
我需要在bash中编写一个简单的脚本。如何以特定格式获取Linux中的当前时间 HH:MM am或pm,例如05:30 am。
答案 0 :(得分:0)
使用日期格式化程序
$date + "%I:%M %P"