How to Copy To Clipboard in Terminal
Use the x-clip package to copy the content of a file to your clipboard from your the terminal. We'll go over the steps to achieve this. Steps Create a file lorem.txt and populate it with lorem-ipsumcat > lorem.txt << EOF Lorem ipsum dolor sit amet c...
Jan 10, 20212 min read47

