Skip to main content
Search
Search This Blog
Devin Venable
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
May 05, 2024
Command line to pipe output of multiple files to the system copy buffer
find . -name "*.py" -print0 | xargs -0 cat | xsel --clipboard --input
Comments
Popular Posts
April 21, 2010
Switch Primary Monitor in Ubuntu 10.4
July 30, 2010
OpenGL Intellivision Man
Comments