remove Blank Lines at End of a Text File

Am trying to copy contents from a text file to another file and it crates an empty line at the end of the file every time.

Using PS v 3 and tried most of the available methods/one liners in the web, Any thoughts ?

Enable Dashboard

$EnData = gc C:\DB\urls_EnableMon.tsv
sc C:\DB\urls.tsv $EnData

So… why not just use Copy-Item?

My Bad!! That thought didn’t strike me :frowning: Was busy breaking my head with copying contents in the file.

Thanks you so much Don , You are truly inspiring !!

I’ve recently stumbled upon the extra linefeed in textfiles created with powershell and found a nice solution for that on Stack Overflow

@Gilbert

I have tried that and somehow it didnt work