Now then, at 7.8. The Bash Shell Startup Files

root:/# LC_ALL=en_US.utf8 locale language
English
root:/# LC_ALL=en_US.utf8 locale charmap
UTF-8
root:/# LC_ALL=en_US.utf8 locale int_curr_symbol
USD
root:/# LC_ALL=en_US.utf8 locale int_prefix
1

so now, do I modify /etc/profile to match these values or do I simply 
issue the $cat command as shown?

cat > /etc/profile << "EOF"
# Begin /etc/profile
export LANG=<ll>_<CC>.<charmap><@modifiers>
# End /etc/profile
EOF
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to