Description
In bash 4.2, printf gained the ability to manipulate time using %(%fmt)T . Using that when it is available instead of date and awk everywhere should be a significant performance boost.
In bash 4.2, printf gained the ability to manipulate time using %(%fmt)T . Using that when it is available instead of date and awk everywhere should be a significant performance boost.