how to duplicate a file in linux code example
Example 1: copy all files from a folder to another ubuntu
cp -a ./source/. ./dest/
Example 2: cp multiple files
cp file1 file2 file3 /home/usr/destination/
Example 3: ubuntu copy
cp origin destin
#example
cp /home/me/test.zip /home/me/destin/