remove the -i
. It stands for "in place" and so it does not produce an output (it edits the file in place). I think that should fix this (produce an output as intended).
remove the -i
. It stands for "in place" and so it does not produce an output (it edits the file in place). I think that should fix this (produce an output as intended).