Linux将单文件复制到多个目录中 2017年6月24日 ☕️ qnnp 未分类 find /home/*/test/ -maxdepth 1 -type d -exec cp -a /sourcefile.txt {} \;