Re: [R] How to create a string containing '\/' to be used with SED?

2008-11-26 Thread ikarus
ep = ""), tmp1) > > > I'm working on 50mb text files, and doing all sorts of manipulations and I > do it all inside R under windows XP... reading a 50mb text file across > the 100mb network and doing a gsub() on most lines takes an elapsed 16 > seconds on this of

[R] How to create a string containing '\/' to be used with SED?

2008-11-25 Thread ikarus
Hi guys, I've been struggling to find a solution to the following issue: I need to change strings in .ini files that are given in input to a program whose output is processed by R. The strings to be changed looks like: "instance = /home/TSPFiles/TSPLIB/berlin52.tsp" I normally use Sed for this