Write Log per hour

Hi, the follow can add the day time to my Log file
My_Log_$(date +%F).log
can I add the hour to the end of my log file then my log file will looks like
My_Log_07-24:(:confused:

Try

%H

at the end

1 Like

:confused:

man date

:frowning:
...
...
:slight_smile:

date +%H-%M

:b:

2 Likes

Thanks all:)