CODE: [Copy to clipboard]for /f "delims=" %i in (test.txt) do @echo start %i end
CODE: [Copy to clipboard]sed "/./s/\(.*\)/start \1 end/" test.txt