xsel Command Examples

X11 selection and clipboard manipulation tool. More information: https://manned.org/xsel.

echo 123 | xsel {{[-ib|--input --clipboard]}}

cat {{path/to/file}} | xsel {{[-ib|--input --clipboard]}}

xsel {{[-ob|--output --clipboard]}}

xsel {{[-ob|--output --clipboard]}} > {{path/to/file}}

xsel {{[-cb|--clear --clipboard]}}

xsel {{[-op|--output --primary]}}