Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!cs.utexas.edu!yale!cmcl2!dasys1!jpr From: jpr@dasys1.uucp (Jean-Pierre Radley) Newsgroups: comp.unix.questions Subject: Re: merging 2 files Keywords: tr Message-ID: <1990May8.020213.9493@dasys1.uucp> Date: 8 May 90 02:02:13 GMT References: <757@sagpd1.UUCP> <102007@convex.convex.com> Reply-To: jpr@dasys1.UUCP (Jean-Pierre Radley) Organization: TANGENT Lines: 25 >In article <757@sagpd1.UUCP> jharkins@sagpd1.UUCP (Jim Harkins) writes: >I need to change a lot of words with mixed upper and lower case letters into >words of all lower case letters, from there I'm going to make a sed script >to actually modify the words in our source. So how do I make my list? >For example, I want to convert the list > >FooBar >blaTZ >GRMblE >WhEe > >into > >FooBar foobar >blaTZ blatz >GRMblE grmble >WhEe whee No sweat with 'tr': tr [A-Z] [a-z] outfile -- Jean-Pierre Radley jpr@jpradley.uucp New York, NY 72160.1341@compuserve.com