Q.907 - How can I convert a file from/to upper/lower case ?

Category: S.907 - general

Use the "tr" command, for example:

  unix > tr '[a-z]' '[A-Z]' < blah.xplor > blahblah.xplor