Bash, PowerShell PowerShell # Opción 1 powershell.exe Write-Host hola | wsl wc -c # Opción 2 "hola" | bash -c 'wc -c' 12345 # Opción 1powershell.exe Write-Host hola | wsl wc -c # Opción 2"hola" | bash -c 'wc -c'