I have value as: james,adam,john I am trying to make it James,Adam,John(First character of each name should be Uppercase)
According to
There are endless possibilities, but look up tr and shell string substitution (if your shell supports it). Then there's GNU sed, awk, perl and many other languages ...
tr
sed