The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
only uppercase first character?
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
only uppercase first character?
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
1
(
permalink
)
05-22-2007
fedora
Registered User
Join Date: Jul 2006
Posts: 94
only uppercase first character?
should be a simple question, I am trying to uppercase every first character in a word on the list.
abc
google
cnn
services
My first thought was
sed
'y/^[a-z]/^[A-Z]/', but it changed all the characters, not just the first character.
any thoughts?
fedora
View Public Profile
Find all posts by fedora
Find fedora's past nominations received
Find fedora's present nominations given