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 |
How to know that your remote server is ruing smoothly or not in unix?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
Differentiate between ‘ and ” quotes.
How to customise the existing shell?
What is the difference between break and continue commands?
What is difference between bash and shell?
What are types of shells?
How do I run a .sh file on mac?
In which variable prompt value is stored?
HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?
What is the best scripting language?
Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"