如何在 Linux 中复制文件到多个目录中
2022-5-22
echo /home/aaronkilik/test/ /home/aaronkilik/tmp | xargs -n 1 cp -...






