我有一个80000行的文本文件。 文本中有文件路径,如
create tablespace ts1 datafile '/u01/app/oracle/abcd.dbf' size 10m;
create tablespace ts2 datafile '/u01/app/oracle/xyz3.dbf' size 10m;
create tablespace ts3 datafile '/u01/app/oracle/jlhk04.dbf' size 10m;
现在我想删除每行中单引号内的文本 并用空格替换它..
我该怎么做?