Soutenez Time.now : Rejoignez notre Plan Premium pour une expérience sans publicité ! Soutenez-nous : Passez Premium sans pub !

Week numbers in Bash / Shell

To get the current ISO 8601 week number in Bash / Shell, use the following code snippet:

date +%V

* Ensure your system or application regional settings are set to follow ISO 8601 standards (weeks start on Monday) if the output varies.