Skip to content

16_iostream

Davood Dorostkar edited this page Nov 19, 2023 · 1 revision

copy to clipboard

sudo apt install xsel

then

ls | xsel -ib

for convenience

echo "alias copy='xsel -ib'" >> ~/.bashrc
source ~/.bashrc
Clone this wiki locally