25
Basic examples for the Linux date command
(learnbyexample.github.io)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
LLMs do this pretty well. I've used them for date/time formatting strings across a number of languages.
They once wrote me a massive script for parsing a history file instead of telling me about history -i
The other "real person" who replied to me told me that the Linux date command has nothing to do with formatting.
Second sentence of the description from the man pages, "Otherwise, depending on the options specified, date will set the date and time or print it in a user-defined way." not sure what they were on about.
Right - I'm just saying that it's super annoying that people point out times that llms have been wrong as though humans are never wrong, or even aren't wrong frequently.
I get that. It's funny I think I've gotten advice in the past to always check the results of search engines because they can be wrong (as in teachers said it to me) or things about Wikipedia being unreliable. But nobody does those things nowadays. Perhaps someday LLMs will be good enough that we don't need to check them either.
date
is the command for setting the system date and time from the command line. Nothing to do with formatting, beyond the fact that it presumably applies system locale settings when echoing date-time info.$ whatis date
date (1) - print or set the system date and time