RosettaCodeData/Task/File-IO/PowerShell/file-io-1.psh

2 lines
54 B
Plaintext

Get-Content $PWD\input.txt | Out-File $PWD\output.txt