grazinggoat
Programmer
this is more a sed question
I am trying to remove a single tic from around a word in a file..
'word'
I'm doing the following:
sed 's/\'//g' nfile > ofile
But its not reading.
Trivial but I'm having no luck. thoughts please?
I am trying to remove a single tic from around a word in a file..
'word'
I'm doing the following:
sed 's/\'//g' nfile > ofile
But its not reading.
Trivial but I'm having no luck. thoughts please?