how do you copy and move files with bash code example
Example 1: ubuntu terminal how to copy and move file
cp your-file.txt ~/Documents/
Example 2: ubuntu terminal how to copy and move file
cp ~/Downloads/your-file.txt ~/Documents/new-name.txt
cp your-file.txt ~/Documents/
cp ~/Downloads/your-file.txt ~/Documents/new-name.txt