How u convert string "hi pravin how are you?" to
"Hi Pravin How Are You?"
Answers were Sorted based on User's Feedback
Answer / gaurav
Just use the below command
echo "hi Praveen How are you" |tr "[:lower:]" "[:upper:]"
| Is This Answer Correct ? | 3 Yes | 49 No |
What is $1 in shell scripting?
What is the crontab?
How to print all the arguments provided to the script?
What is path variable bash?
determine the output of the following command: echo ${new:-variable}
Explain about debugging?
How does ls command work?
how to search for vowels a,e,i,o,u appearing in the same sequence in a file
What is the best scripting language?
What is scripting autism?
When we login into our account which files are executed?
How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)