source:
trunk/essentials/sys-apps/gawk/test/printlang.awk
Last change on this file was 3076, checked in by , 18 years ago | |
---|---|
File size: 113 bytes |
Line | |
---|---|
1 | BEGIN { |
2 | printf "\nLocale environment:\n\tLC_ALL=\"%s\" LANG=\"%s\"\n\n", |
3 | ENVIRON["LC_ALL"], ENVIRON["LANG"] |
4 | } |
Note:
See TracBrowser
for help on using the repository browser.