The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-30-2009
ora_umair ora_umair is offline
Registered User
  
 

Join Date: Sep 2008
Posts: 24
Question Lower Case > Upper Case

Hi, All -

I have a script where I need to change the server name from "dallinux01" to "DALLINUX01" in multiple places.

Can some one tell me a command that I can use for this? I played with the tr (translate) command but tr works byte by byte. Meaning that when I use the tr command all "d"s are converted to "D"s throughout the file instead of just "DALLINUX01".

Thanks!