![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Convert character in word to CAPS?? | vadharah | Shell Programming and Scripting | 3 | 04-01-2008 08:44 AM |
| read a line from a csv file and convert a column to all caps | orahi001 | UNIX for Dummies Questions & Answers | 3 | 12-31-2007 06:05 PM |
| Master Your Linux Keyboard (And Fix Caps Lock Forever) - EnterpriseNetworkingPlanet | iBot | UNIX and Linux RSS News | 0 | 07-09-2007 09:30 PM |
| what is dead.letter ?? | jambesh | Shell Programming and Scripting | 2 | 08-30-2006 04:25 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
changing first letter to CAPS
Hi,
I want to convert the first letter of this word from lowecase to uppercase. Assume a letter united. I want to translate to United Please let me know a simple way to do that. Thanks. |
|
||||
|
In HP UX it is converting everything
genova$ /Application/psoftlnk/hr83:echo `hostname` | awk 'BEGIN{OFS=FS=""}{$1=to upper($1);print}' GENOVA In SUn OS nothing changed..its all lowercase... i want only the first letter |
![]() |
| Bookmarks |
| Tags |
| hp-ux, linux, proper case, solaris |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|