I\'m using mingw.
$ sed -i \"s/a/b/\" test.txt sed: preserving permissions for `./sed003480\': Permission denied
I can touch/rm files in cu
For me, folder was read only. unchecking readonly option fix my problem. Thanks to Zenadix commment