Comment 4 for bug 1854092

Revision history for this message
psl (slansky) wrote :

Do you know that even Windows have CLI command "clip" to send command input to clipboard? Try it:

```
C:\> DIR | CLIP
```

```
C:\> CLIP < README.TXT
```