There are few answers that show different multiline tricks like this one, but nothing explains how to achieve this code format, if ever possible
set-content $file $fll.Replace("Long line 1", "Very Long line 1")
.Replace("Long line 2", "Very Long line 2")
.Replace("Long line 3", "Very Long line 3")
.Replace("Long line 4", "Very Long line 4")
.Replace("Long line 5", "Very Long line 5")
If the Replace
above are chained in a single line - it works