<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
cat /etc/hosts | awk '{ print $1, tolower($2), $3 }' <br><br>Thanks,<br>Al Snow<br><br>&gt; Date: Tue, 4 Aug 2009 14:05:34 -0400<br>&gt; From: jim.kinney@gmail.com<br>&gt; To: ale@ale.org<br>&gt; Subject: [ale] sed head scratcher<br>&gt; <br>&gt; breakout the greybeards....<br>&gt; <br>&gt; <br>&gt; I have a pile of text lines that need to have a certain portion<br>&gt; transposed from upper case (windows dweebs did the hostnames) to lower<br>&gt; case.<br>&gt; <br>&gt; So many lines like:<br>&gt; <br>&gt; 192.168.0.2 MACHINE102<br>&gt; 192.168.3.4  MACHINE304 FredsBox<br>&gt; 10.0.2.3   MACHINE599  TestingSystemB<br>&gt; etc<br>&gt; <br>&gt; So varying IP address then varying spaces then upper case name with<br>&gt; digits then varying spaces and sometimes followed by other name with<br>&gt; mixed case.<br>&gt; <br>&gt; I want to ONLY lower case the names after the IP address, not anything<br>&gt; else in the line.<br>&gt; <br>&gt; Here's what I have so far:<br>&gt; <br>&gt; cat /etc/hosts | sed '/ [A-Z]{7}[0-9]{1,3}/ y/[A-Z]/[a-z]/'<br>&gt; <br>&gt; seems like it should work but it only replaces the 'A' with 'a' and it<br>&gt; does it anywhere in the line.<br>&gt; <br>&gt; So I'm pulling info from http://www.grymoire.com/Unix/Sed.html#uh-49<br>&gt; and it talks about second word in this won't work unless I use<br>&gt; multi-line editing.<br>&gt; <br>&gt; But multi-line editing makes NO SENSE in this context!!<br>&gt; <br>&gt; I could have probably already solved this problem using a different<br>&gt; method/language/beer style but at this point I'm totally geeked out on<br>&gt; this and am being stubborn.<br>&gt; <br>&gt; I appreciate any sed solutions to this.<br>&gt; <br>&gt; -- <br>&gt; -- <br>&gt; James P. Kinney III<br>&gt; Actively in pursuit of Life, Liberty and Happiness<br>&gt; _______________________________________________<br>&gt; Ale mailing list<br>&gt; Ale@ale.org<br>&gt; http://mail.ale.org/mailman/listinfo/ale<br><br /><hr />Express your personality in color! Preview and select themes for HotmailŪ.  <a href='http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=PID23391::T:WLMTAGL:ON:WL:en-US:WM_HYGN_express:082009' target='_new'>Try it now.</a></body>
</html>