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
What is awk in shell scripting?
Explore about environment variables?
What are the disadvantages of shell scripting?
What is subshell?
What is the way to do multilevel if-else's in shell scripting?
What is a boot block?
What is inside a seashell?
What are types of shells?
How to check if a directory exists?
Write a command sequence to find the count of each word?
How to write a function?
write a shell script to check the failed jobs?
What are the types of script?
Is powershell a language?
Explain about echo command?