I am trying to : Convert all text in a file to uppercase using sed and interested to use range operator. can some one please help me here.
content of Sample.text: unix is great os. unix is opensource. unix is free os. learn operating system. Unix Linux which one you choose.
Thanks in Advance again
sed y/def/DEF/
– Pandya Feb 08 '16 at 14:20