how to copy file on terminal code example
Example 1: how to copy file in ubuntu terminal
cp ~/Downloads/your-file.txt ~/Documents/
Example 2: copy paste file terminal
cp [sourcefile] [destinationfile]
cp ~/Downloads/your-file.txt ~/Documents/
cp [sourcefile] [destinationfile]