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 c in shell script?
What does $# stand for?
A file has multiple records each having three 30-bit long fields(field1,field2,field3).There is also a lookup file,LOOK_UP.dat.Now, we need to consider only the last ten digits of field1 and lookup the file LOOK_UP.dat. If there a match then field2 and field3 should replaced with corresponding data from the lookup file. otherwise that particular record,for which there is no match, should be stored in a seperate file.
When should shell programming/scripting not be used?
What is the difference between running a script as ./scriptname.sh and sh scriptname.sh
What is shell and terminal?
How do you know which shell I am using?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
What exactly is a shell?
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
How will you copy a file from one machine to other?
Which is better perl or shell scripting?