how to copy one file to another folder using cmd in windows code example
Example 1: cmd copy all files to another folder
xcopy /s c:\Folder1 d:\Folder2
Example 2: how to copy file to another directory in linux
cp -r <FILEPATH> <WHEREYOUWANTTOCOPYTO>
#for example
cp -r /home/thor/asia.txt /home/thor/