Pipe to/from the clipboard in Bash script
问题 Is it possible to pipe to/from the clipboard in Bash? Whether it is piping to/from a device handle or using an auxiliary application, I can\'t find anything. For example, if /dev/clip was a device linking to the clipboard we could do: cat /dev/clip # Dump the contents of the clipboard cat foo > /dev/clip # Dump the contents of \"foo\" into the clipboard 回答1: There's a wealth of clipboards you could be dealing with. I expect you're probably a Linux user who wants to put stuff in the X Windows