how to copy and move folders with get 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