Ubuntu: Copy content file to outside file
sudo apt-get install xclip
# Downloads and installs xclip
xclip -sel clip < ~/.ssh/id_rsa.pub
# Copies the contents of the id_rsa.pub file to your clipboard
# Downloads and installs xclip
xclip -sel clip < ~/.ssh/id_rsa.pub
# Copies the contents of the id_rsa.pub file to your clipboard
Komentar
Posting Komentar
terimakasih komentarnya