On Thu, Jul 15, 2010 at 08:06:20AM -0700, Bruce Korb wrote: > So, for future reference, put this in my bashrc? > > eval $(locale | sed 's/=.*/=C/;s/^/export /')
Gah! That's ludicrous. If something is setting LC_* variables you don't want, track it down and stop it from doing so. Don't write ghastly code to undo things that should never have been done in the first place.