Answers for "copy file in terminal"

3

how to copy file in ubuntu terminal

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

copy paste file terminal

cp [sourcefile] [destinationfile]
Posted by: Guest on April-12-2021

Browse Popular Code Answers by Language