NetBSD-Help archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

how to do locale and date?



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



Home | Main Index | Thread Index | Old Index