Re: sed -i has difficulty with read-only files

2002-07-27 Thread Cyrille Lefevre
On Sat, Jul 27, 2002 at 03:18:24PM -0500, Dan Nelson wrote: > In the last episode (Jul 27), Cyrille Lefevre said: > > IMHO, both the old and the newer code are wrong. they should use > > getenv("TMPDIR") if any and certainly not the current directory. > > there is probably more room in ${TMPDIR:-/

Re: sed -i has difficulty with read-only files

2002-07-27 Thread Dan Nelson
In the last episode (Jul 27), Cyrille Lefevre said: > IMHO, both the old and the newer code are wrong. they should use > getenv("TMPDIR") if any and certainly not the current directory. > there is probably more room in ${TMPDIR:-/var/tmp} then in the > current directory. imagine that the current f