K, this is not Oracle related, but I'm pretty sure you guys can help.
it involves VI(Unix)
I have a file that contain alot of *
I want to search and removed that *
how do I do so, in Vi?
thanks in advance,
Printable View
K, this is not Oracle related, but I'm pretty sure you guys can help.
it involves VI(Unix)
I have a file that contain alot of *
I want to search and removed that *
how do I do so, in Vi?
thanks in advance,
:%s/*//g
ofter you open the file
shift :1,$s/*//g
then save it( shift :wq)
I got:
Substitute pattern match failed
ijojj888***,..,***
~
~
~
~
~
~
~
:1,$s/*//g