Push File to System Clipboard

xclip ${FILE_NAME}

Pipe String to String to Clipboard

echo "to clipboard" | xclip -selection c