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