how to do locale and date?
"Jeremy C. Reed" <[email protected]> Wed, 27 Feb 2008 16:23:10 -0600 (CST)
| Newsgroups | gmane.os.netbsd.help |
|---|---|
| Message-ID | <[email protected]> |
I ran: locale -a | while read line ; do LC_ALL=$line date +%B ; done | uniq and resulted in one line: February How can I get "the locale's full month name" to be printed? Can anyone share examples of what they use locales for on NetBSD in default install? I have NetBSD 4.0_RC4. Thanks Jeremy C. Reed