unix script program to copy all files from a folder to another directory code example
Example 1: copy folder linux
cp -R dir1 dir2
Example 2: copy folder linux command line
cp -R source_dir destination_dir
cp -R dir1 dir2
cp -R source_dir destination_dir