ubuntu-buildroot/output/build/host-gawk-5.2.0/test/printlang.awk

5 lines
113 B
Awk

BEGIN {
printf "\nLocale environment:\n\tLC_ALL=\"%s\" LANG=\"%s\"\n\n",
ENVIRON["LC_ALL"], ENVIRON["LANG"]
}