Comment 5 for bug 1854092

Revision history for this message
psl (slansky) wrote :

Users of WSL (Windows Subsystem for Linux) can send data to clipboard in this way:

```
user@WIN10: $ ls -l | clip.exe
```

```
user@WIN10: $ file $(which clip.exe)
/mnt/c/Windows/System32/clip.exe: PE32+ executable (console) x86-64, for MS Windows
```