On Tue, Oct 18, 2022 at 11:59 PM Ulli Horlacher <framstag@rus.uni-stuttgart.de> wrote: > > With Linux I am using xclip to read the X11 clipboard. > Is there a cygwin equivalent to read the Windows clipboard? There are 2 ways to access the clipboard: 1. The commands 'getclip' and 'putclip' 2. Redirection to/from /dev/clipboard