Hi,
I am a newbie to sed environment.
Have been trying to understand some basics of the language,
I am required to replace the occurence of a text string with 0...the command that has been told to me is this
"s/^\s<=k/0/" -e
Can some one please explain me how to
break the command for understanding. AS in
I do know that s is used for substitution and ^ is used to
indicate the begining of the string or something.
Can someone please tell what is the utility of \s.
TIA
