Remove CR / New Line on selected lines of a text file Software Effect Enterprises, Inc Posted on January 23, 2023 by SEEIJanuary 23, 2023 I have a file like the following this thing that thing this stuff that stuff I want it to read this thing that thing this stuff that stuff To fix it cat file.txt | sed 'N;s/\nthat/ that/g'