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