ubuntu terminal how to copy and move file

C++
cp your-file.txt ~/Documents/cp ~/Downloads/your-file.txt ~/Documents/new-name.txt
Source

Also in C++: