Recent Posts

2017-07-25 Insert new line in middle of file

less than 1 minute read

A simple way to add new line to a text file after finding a line matches a pattern. $fileName = "D:\PoSH\file.txt" $pattern = "Some pattern to look for" # ...