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 a shell script? Can you name some of its advantages?
How will you copy a file from one machine to other?
What is the equivalent of a file shortcut that we have a window on a linux system?
How do I run a shell script in powershell?
What is bash coding?
How do you know which shell I am using?
What are the types of script?
How do I run a bin bash script?
What does debug script mean?
what is tickets $ what low,medium,high priorite pls define time also
Given a file find the count of lines containing the word "abc".
Explain how you Automate your application using Shell scripting.
What is the first line in every perl script called?
What is @echo off?
How to find all the files modified in less than 3 days and save the record in a text file?