There was some disk space issues with my server. As a result any script
I had that opened a file for writing would clobber it i.e uncate it to
zero length . Since there was no space left on device, nothing would be
written to it.
Are there any workarounds to this? Does opening the r+ or w+ make a
difference instead of just w ?