A Mutable Log

A blog by Devendra Tewari


Project maintained by tewarid Hosted on GitHub Pages — Theme by mattgraham

Send output to X clipboard from the command line

On Ubuntu, install the xclip package.

Pipe output to xclip -selection clipboard

ls | xclip -selection clipboard