date
Updated: 2026-01-02Use:
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
Use:
man date
or if you have a tldr client (like tealdeer):
tdlr date
# Your editor + the date expression + the rest of the file name + file extension
hx $(date '+%Y-%m-%d')_something.md