date

Updated: 2026-01-02

Use:

man date

or if you have a tldr client (like tealdeer):

tdlr date

Open a file with today's date:

# Your editor + the date expression + the rest of the file name + file extension 
hx $(date '+%Y-%m-%d')_something.md
Back to the top ↑