linux copy multiple files from different directories code example
Example: copy one file into multiple linux folders
tee ~/folder1/test.txt ~/folder2/test.txt < ~/test.txt
tee ~/folder1/test.txt ~/folder2/test.txt < ~/test.txt