/dev/clipboard
.This can be used like any other file with pipes and such. For example, if you copy something, you can then print it out at the Cygwin command line by using
cat /dev/clipboard
. Or you can send things to the clipboard, for example cat myfile > /dev/clipboard
.(This is mostly a note to myself in case I forget this information later)
-
No comments:
Post a Comment