79722720

Date: 2025-08-01 15:44:39
Score: 1
Natty:
Report link

I had a similar problem with exiftool.

exiftool IMG_0220.JPG > /dev/clipboard

This left the Windows clipboard unchanged. To make sure a Cygwin program was writing to the clipboard, I changed it into the following. And that worked:

exiftool IMG_0220.JPG | cat > /dev/clipboard
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Paul Braakman