Thanks! (yet again...) ![Smile :)]()
I'm not so versed in bash, but I need to use it a lot.
And when I run into a problem that noone has a solution for on google I ask here, and the problem gets solved!
Amazingly good community and participants!
Thanks again!
Final iteration:
and resultat does not have seconds resolution so I removed these...

I'm not so versed in bash, but I need to use it a lot.
And when I run into a problem that noone has a solution for on google I ask here, and the problem gets solved!
Amazingly good community and participants!
Thanks again!
Final iteration:
Code:
#!/bin/bashatq | while read id day dom month time year detailsdo date "+%Y-%m-%d %H:%M $id" -d "$day $dom $month $time $year"done | sort
Code:
$ atshow2024-02-11 12:00 14162024-02-11 14:00 14172024-02-11 16:00 14182024-02-11 16:02 14192024-02-11 18:00 14212024-02-11 18:02 14202024-02-11 19:00 14222024-02-11 22:00 14232024-02-11 23:00 14242024-02-12 00:00 14252024-02-12 01:00 14262024-02-12 03:00 14272024-02-12 04:45 14152024-02-12 05:00 1428
Statistics: Posted by Bosse_B — Sun Feb 11, 2024 10:47 am