Answers for "copy a file in terminal"

0

copy content file from terminal

pbcopy < ~/.ssh/id_rsa.pub
Posted by: Guest on June-20-2020
3

how to copy file in ubuntu terminal

cp ~/Downloads/your-file.txt ~/Documents/
Posted by: Guest on July-07-2020

Browse Popular Code Answers by Language