grep html file Hello all,
I ve got a question about using grep on the bourne shell. Im trying to grep the "title" of an html page. I got to the point where when I grep it shows some thing like
<title> Welcome </title>.
however, I simply want to extract only the "Welcome" phrase.
Any help is appreciated
Thanks |