Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How u convert string "hi pravin how are you?" to
"Hi Pravin How Are You?"

Answers were Sorted based on User's Feedback



How u convert string "hi pravin how are you?" to "Hi Pravin How Are You?" ..

Answer / prabhu

echo "$string" | tr '[a-z]' '[A-Z]'

Is This Answer Correct ?    2 Yes 24 No

How u convert string "hi pravin how are you?" to "Hi Pravin How Are You?" ..

Answer / gaurav

Just use the below command

echo "hi Praveen How are you" |tr "[:lower:]" "[:upper:]"

Is This Answer Correct ?    3 Yes 49 No

Post New Answer

More Shell Script Interview Questions

How to know that your remote server is ruing smoothly or not in unix?

1 Answers  


how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?

0 Answers  


Differentiate between ‘ and ” quotes.

0 Answers  


How to customise the existing shell?

1 Answers  


What is the difference between break and continue commands?

0 Answers  


What is difference between bash and shell?

0 Answers  


What are types of shells?

0 Answers  


How do I run a .sh file on mac?

0 Answers  


In which variable prompt value is stored?

2 Answers  


HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?

3 Answers   Patni,


What is the best scripting language?

0 Answers  


Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"

5 Answers  


Categories