I have not yet found an easy solution to copy your file to a clipboard in Linux, similarly as in Mac by
cat file | pbcopy
I tried to use the following command in Vim unsuccessfully
:copy 1,9999999
to copy the file.
How can you copy a file fast to your clipboard in Linux such that you can then paste it to dpaste?