Copiar archivo de un directorio a otro en Linux
cp -v my_file.txt my_file2.txt my_file3.txt /new_directory
Glamorous Giraffe
cp -v my_file.txt my_file2.txt my_file3.txt /new_directory
$ echo ~/Downloads ~/Documents | xargs -n 1 cp ostechnix.txt
echo foo bar baz | xargs -n 1 cp /tmp/foo.txt