由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Re: help: how to copy files simultaneously to several folders
相关主题
help: how to copy files simultaneously to several folderscompare which file is newer
how to use "ls" check folder information[转载] compare
请诊断:怎么样循环执行一个命令?
怎么把一个文件的每一行合并到另外一个文件的对应行?Remove core.xxxx files?
请教怎样使用tar压文件a question about shell quote
Help! How to replace string in a variable?Help please: 2GB limit on file size
怎样将一个大文件分成两个文件?请问unix/Linux中设置共享目录
请教一个问题diff -y: how to suppress the same lines?
相关话题的讨论汇总
话题: folders话题: dir0话题: files话题: several
进入Unix版参与讨论
1 (共1页)
T********r
发帖数: 6210
1
cd the .. directory of dir0,
find . -name file1 -exec /bin/cp dir0/folder1/folder2/file1 {} \;
note, cp won't replace the dir0/folder1/folder2/file1 with the same
file.
A*********c
发帖数: 77
2
Thanks!

to
so
20

【在 T********r 的大作中提到】
: cd the .. directory of dir0,
: find . -name file1 -exec /bin/cp dir0/folder1/folder2/file1 {} \;
: note, cp won't replace the dir0/folder1/folder2/file1 with the same
: file.

1 (共1页)
进入Unix版参与讨论
相关主题
diff -y: how to suppress the same lines?请教怎样使用tar压文件
question about appending fileHelp! How to replace string in a variable?
shell script for column operation怎样将一个大文件分成两个文件?
请教一个文件处理的问题请教一个问题
help: how to copy files simultaneously to several folderscompare which file is newer
how to use "ls" check folder information[转载] compare
请诊断:怎么样循环执行一个命令?
怎么把一个文件的每一行合并到另外一个文件的对应行?Remove core.xxxx files?
相关话题的讨论汇总
话题: folders话题: dir0话题: files话题: several