How u convert string "hi pravin how are you?" to
"Hi Pravin How Are You?"
Answer Posted / 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 View All Answers
how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
How to use arguments in a script?
What is the use of "$#" in shell scripting?
Which is better perl or shell scripting?
What is mac default shell?
What is web script?
What are the different communication commands available in the shell?
What is batch file programming?
What does echo $0 do?
Explain how you Automate your application using Shell scripting.
How do you find out What is your shell?
How do you debug a script?
How will you emulate wc –l using awk?
Print the 10th line without using tail and head command.