We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6125e8 commit 3963cb2Copy full SHA for 3963cb2
FilesCore/LinesHaving.cs
@@ -73,7 +73,7 @@ public int Run(RunArgs ra)
73
if (append < 1)
74
File.WriteAllText(outfile, outLines.ToString().Trim());
75
else
76
- File.WriteAllText(outfile, outLines.ToString().Trim());
+ File.AppendAllText(outfile, outLines.ToString().Trim());
77
$"Done, {counter} matching lines.".PrintLine();
78
79
return 0;
0 commit comments