Sed gives: sed: can’t read : No such file or directory
(Compiling an answer from comments, the know-how is by melpomene and AlexP.) What is that ” after sed -i? -i means in-place, that is, edit in the file directly. -i ” means edit in place a file whose name is the empty string. Since there probably is no file whose name is the empty string, … Read more