Shell - kdaisho/Blog GitHub Wiki

Snippets

Make a directory with date

mkdir "$(date +%Y%m%d)"
# creates 20250518 directory

Articles