How u convert string "hi pravin how are you?" to
"Hi Pravin How Are You?"
Answer Posted / manish yadav
echo hi praveen how are you|sed 's/ [a-z]/\U&/g'|sed 's/^[a-
z]/\U&/g'
| Is This Answer Correct ? | 9 Yes | 11 No |
Post New Answer View All Answers
What is a shell environment?
How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }
Why are shell scripts used?
Is powershell a bash?
Why is a script important?
What is the use of echo in shell script?
Is scripting and coding the same thing?
Why are there shells on the beach?
Is shell scripting a language?
What language is bash?
What does path stand for?
what is tickets $ what low,medium,high priorite pls define time also
What happens on a system call?
What are the disadvantages of shell scripting?
How to get script name inside a script?