User Tools

Site Tools


reemplazar_saltos_de_linea_con_br_en_powershell

This is an old revision of the document!


Esto es para cuando el ConvertTo-HTML deja todo junto.

$input = "C:\Temp\testTxt2html.txt"
((Get-Content $input) -join "<br>") > "C:\Temp\testTxt2html.html"
reemplazar_saltos_de_linea_con_br_en_powershell.1681080730.txt.gz · Last modified: 2024/10/17 21:42 (external edit)