RosettaCodeData/Task/Read-entire-file/PowerShell/read-entire-file-3.ps1
2026-04-30 12:34:36 -04:00

1 line
33 B
PowerShell

(Get-Content foo.txt) -join "`n"