Tag: Date
Browse all articles, tutorials, and guides about Date
Posts
⌘K
Linux
2025-03-28|7 min read
How to Get Current Date and Time in Linux Terminal and Create Custom Commands
Learn how to display the current date and time in various formats using the date command, and create custom shell aliases for quick access to your preferred formats.
Bash
2024-07-12|6 min read
How to Format Dates as YYYY-MM-DD in Shell Scripts
Learn how to format dates in shell scripts using the date command, including YYYY-MM-DD format and other common date patterns for logging, file naming, and timestamp generation.