My Tech Notes
PowerShell: write text to file
Out-File -FilePath .\text.txt -InputObject 'Hello' -Encoding utf8
see also
PowerShell: Out-File
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment