I'll be honest I feel dumb about this one. I am trying to just remove the first line of about 5000 text files before importing them.
I am still very new to powershell so not sure what to search for or how to approach this. My current concept using pseudo-code
set-content file (get-content unless line contains amount)
However, I can't seem to figure out how to do something like contains. I tried a couple of other methods, but feel like I am chasing my tail for an easy problem.
Thanks for any help.