In Build 14393 or later, if you want to copy something to clipboard in WSL console, just add ‘.exe’ to what you do in Windows cmd.
echo "aaa"|clip.exe
To read from clipboard:
powershell.exe -command "Get-Clipboard"
In Build 14393 or later, if you want to copy something to clipboard in WSL console, just add ‘.exe’ to what you do in Windows cmd.
echo "aaa"|clip.exe
To read from clipboard:
powershell.exe -command "Get-Clipboard"