Skip to content

usefull commands

arvin karimi edited this page Apr 6, 2018 · 2 revisions
copy file to clipboard
xclip -selection clipboard .ssh/id_rsa.pub
reconfigure keyboard layout
sudo dpkg-reconfigure keyboard-configuration
tee

Copy standard input to each FILE, and also to standard output. -a appends to file exisists

ls -a | tee output.file
Clone this wiki locally