LANG=en_US LC_CTYPE="en_US" LC_NUMERIC="en_US"
export LANG export LC_CTYPE export LC_NUMERIC
Hey J,
Bash is neat cause instead of the way you did it, which is right, you can use this...
export SOMEVAL="something"
its the same as SOMEVAL="something" export SOMEVAL
Just less to type.....
-G- -- All email has been scanned and found to be free from viruses. Should you have reason to suspect this email contains a virus, Please contact [EMAIL PROTECTED], with a brief description.
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
