如何以特定格式获得时间 - Linux

时间:2014-03-29 00:24:03

标签: linux bash date datetime

我需要在bash中编写一个简单的脚本。如何以特定格式获取Linux中的当前时间     HH:MM am或pm,例如05:30 am。

1 个答案:

答案 0 :(得分:0)

使用日期格式化程序

$date +  "%I:%M %P"