# windows powershell Get-Content .\README.md -Encoding UTF8 -Raw | ncat.exe 192.168.0.?? 12345 >> # linux nc -l -p 12345 > test.md