The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM


Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Changing userID and Changing group and GID deal732 Shell Programming and Scripting 2 04-18-2007 07:09 AM
changing my nickname Bashar Post Here to Contact Site Administrators and Moderators 4 01-30-2007 04:13 PM
(OSX) Capitalization using tr H1tokori OS X (Apple) 2 11-21-2005 03:09 PM
Changing the IP Address jyoung AIX 2 05-31-2005 04:52 AM
Changing IP's Hordak UNIX for Dummies Questions & Answers 2 08-02-2002 09:42 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-02-2005
Registered User
 

Join Date: Feb 2005
Posts: 30
Stumble this Post!
Changing capitalization

How would I go about taking a string, such as a name (first last) and changing the capitalization of the first letter of each name (First Last)?

A script that I am using outputs a list of names in all lower case, and I need to process the whole list to a new outfile giving the new capitalization.

Thanks!!
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 11-02-2005
Registered User
 

Join Date: Jul 2005
Posts: 137
Stumble this Post!
Code:
ruby -pe 'gsub(/\w+/){|name| name.capitalize}'
Reply With Quote
  #3 (permalink)  
Old 11-09-2005
vgersh99's Avatar
Moderator
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 3,002
Stumble this Post!
Code:
echo 'joe shmoe' | nawk '{for(i=1;i<=NF;i++)sub(/./,toupper(substr($i,1,1)),$i)}1'
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 05:43 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0