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

Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.

0 Answers   Cap Gemini, Wipro,


Write down the syntax for all the loops in shell scripting.

0 Answers  


What is shell and shell script?

0 Answers  


What is shell chemistry?

0 Answers  


How to write a function?

0 Answers  


What is the use of "test" command?

2 Answers  


Is shell a scripting language?

0 Answers  


What are the disadvantages of shell scripting?

0 Answers  


How do you read arguments in a shell program - $1, $2 ..?

4 Answers  


Why we are writting shell scripts? Plz if possible explain it briefly.

6 Answers   ITC Infotech,


how do you write sql queries using shell script for eg:- we have databae table like EMPNO,ENAME,SAL,DEPTNO columns in EMP table how you display EMPNO,SAL FIELDS from emp in SHELL SCRIPT please explain with an example

4 Answers  


What is bash shell command?

0 Answers  


Categories