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 are "c" and "b" permission fields of a file?
What is bash used for?
What are the different communication commands available in the shell?
How will you pass and access arguments to a script in linux?
What shell is bin sh?
Which shell is the best?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What is shell and shell 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?
What language is used in terminal?
What is the lifespan of a variable inside a shell script?
Differentiate between ‘ and ” quotes.
What is the difference between grep and egrep?
What is sudo command?
How do I start a shell script?