Hi, > > (t)csh: setenv LC_ALL en > > (ba)sh: LC_ALL=en ; export LC_ALL > > export LC_ALL=en > > That's a little less to type. Doesn't work in Bourne shell; the `sh' above. That requires `LC_ALL=en; export LC_ALL'. Ralph.
Hi, > > (t)csh: setenv LC_ALL en > > (ba)sh: LC_ALL=en ; export LC_ALL > > export LC_ALL=en > > That's a little less to type. Doesn't work in Bourne shell; the `sh' above. That requires `LC_ALL=en; export LC_ALL'. Ralph.