Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux copy contents of file to clipboard

Steps:
1. sudo apt install xclip 				(if not installed)
2. xclip -sel c < input_file
 
PREVIOUS NEXT
Tagged: #linux #copy #contents #file #clipboard
ADD COMMENT
Topic
Name
4+2 =