由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] compare
相关主题
怎么样循环执行一个命令?a question about shell quote
question about appending fileHelp please: 2GB limit on file size
compare which file is newer请问unix/Linux中设置共享目录
怎么把一个文件的每一行合并到另外一个文件的对应行?diff -y: how to suppress the same lines?
请教怎样使用tar压文件shell script for column operation
Help! How to replace string in a variable?请教一个文件处理的问题
怎样将一个大文件分成两个文件?请诊断:
Remove core.xxxx files?请教一个问题
相关话题的讨论汇总
话题: file3话题: dir2话题: compare话题: dir1话题: file2
进入Unix版参与讨论
1 (共1页)
p**h
发帖数: 99
1
【 以下文字转载自 Linux 讨论区 】
【 原文由 penh 所发表 】
假设我有2目录, 里面的相同文件名的内容应该是完全相同的.
比如:
在dir1中, 我有: file1 file2 file3...
在dir2中, 我有: file1 file2 file3...
dir1/file1 应该和 dir2/file1 完全相同.
dir1/file2 应该和 dir2/file2 完全相同.
dir1/file3 应该和 dir2/file3 完全相同.
...
如何进行比较以确认这一点? 当然我可以用diff手动地一个个地比较.
但有没有更cool的办法? thanks.
m***m
发帖数: 67
2
write a small script, found any books should be ok for this.
I used to just manualy doing those. after know script, never like that again.

【在 p**h 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 【 原文由 penh 所发表 】
: 假设我有2目录, 里面的相同文件名的内容应该是完全相同的.
: 比如:
: 在dir1中, 我有: file1 file2 file3...
: 在dir2中, 我有: file1 file2 file3...
: dir1/file1 应该和 dir2/file1 完全相同.
: dir1/file2 应该和 dir2/file2 完全相同.
: dir1/file3 应该和 dir2/file3 完全相同.
: ...

1 (共1页)
进入Unix版参与讨论
相关主题
请教一个问题请教怎样使用tar压文件
help: how to copy files simultaneously to several foldersHelp! How to replace string in a variable?
Re: help: how to copy files simultaneously to several folders怎样将一个大文件分成两个文件?
[转载] How to compare the CPU time of two algorithms?Remove core.xxxx files?
怎么样循环执行一个命令?a question about shell quote
question about appending fileHelp please: 2GB limit on file size
compare which file is newer请问unix/Linux中设置共享目录
怎么把一个文件的每一行合并到另外一个文件的对应行?diff -y: how to suppress the same lines?
相关话题的讨论汇总
话题: file3话题: dir2话题: compare话题: dir1话题: file2