shaggy1112
06-16-2004, 09:56 AM
I am trying to use sed to remove apostrophes from a file.
sample line
---------------
You're very nice.
---------------
I want it to be
---------------
Youre very nice.
---------------
I have tried....
"sed 's/\'//g' file.txt", but I just get the > at the shell asking for more input.
What am I doing wrong?
sample line
---------------
You're very nice.
---------------
I want it to be
---------------
Youre very nice.
---------------
I have tried....
"sed 's/\'//g' file.txt", but I just get the > at the shell asking for more input.
What am I doing wrong?