tee ~/folder1/test.txt ~/folder2/test.txt < ~/test.txt
cp -v my_file.txt my_file2.txt my_file3.txt /new_directory
echo foo bar baz | xargs -n 1 cp /tmp/foo.txt
$ echo ~/Downloads ~/Documents | xargs -n 1 cp ostechnix.txt