How u convert string "hi pravin how are you?" to
"Hi Pravin How Are You?"
Answer Posted / prabhu
echo "$string" | tr '[a-z]' '[A-Z]'
| Is This Answer Correct ? | 2 Yes | 24 No |
Post New Answer View All Answers
What is the conditional statement in shell scripting?
What is the use of a shebang line?
What is the syntax of "nested if statement" in shell scripting?
What are the different types of variables used in shell script?
What is k shell?
Is shell a part of kernel?
Explain how you Automate your application using Shell scripting.
shell script for reverse the string
What is echo in shell?
How to print all the arguments provided to the script?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
How to check if a directory exists?
How will you emulate wc –l using awk?
How do I run a .sh file on mac?
What does sh mean?