How u convert string "hi pravin how are you?" to
"Hi Pravin How Are You?"

Answer Posted / mahfooz

echo hi praveen how are you | tr ' ' '\n' | perl -n -
e 'print "\u$_"' | tr '\n' ' '

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to print all the arguments provided to the script?

557


c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command

4693


What does the sh command do?

610


What is the crontab?

547


Is powershell a language?

567






What is another name for a bash shell script that you might see?

1017


What are the default permissions of a file when it is created?

501


What does debug script mean?

555


How do I run a .sh file on mac?

682


What is a shell script in windows?

590


Calculate a real number calculation directly from the terminal and not any shell script.

664


How do I run a script from command prompt?

562


Given a file find the count of lines containing the word "abc".

963


What is bash shell command?

562


What is awk in shell scripting?

559