man diff
diff - find differences between two files/diff-查找两个文件之间的差异
diff [options] from-file to-file/文件与文件之间的差异[选项]
In the simplest case, diff compares the contents of the two files from-file
and to-file. A file name of - stands for text read from the standard input.
As a special case, diff - - compares a copy of standard input to itself.
在最简单的情况下,diff比较两个文件从文件到文件的内容。
文件名-表示从标准输入中读取的文本。作为一种特殊情况,
diff-将标准输入的副本与自身进行比较。
from-file whose file name is that of to-file, and vice versa. The non-
directory file must not be -.
如果“从文件”是目录,而“到文件”不是目录,diff将“从文件”中的文件与“到文件”中的文件进行比较,
反之亦然。非目录文件不能为-。
files in both directories, in alphabetical order; this comparison is not
recursive unless the -r or --recursive option is given. diff never compares
the actual contents of a directory as if it were a file. The file that is
fully specified may not be standard input, because standard input is name-
less and the notion of ?.€.ile with the same name?.€.does not apply.
如果“从文件”和“到文件”都是目录,diff将按字母顺序比较两个目录中相应的文件;
除非给出-r或--recursive选项,否则此比较不是递归的。diff从不将目录的实际内容与文件进行比较。
完全指定的文件可能不是标准输入,因为标准输入没有名称,而且概念是?同名的吗?.€不适用。
with -. However, -- as an argument by itself treats the remaining arguments
as file names even if they begin with -.
diff选项以-开头,因此通常“从文件”和“到文件”不能以-开头。
但是,--,作为参数本身,将其余参数视为文件名,即使它们以-开头。
Below is a summary of all of the options that GNU diff accepts. Most
options have two equivalent names, one of which is a single letter preceded
by -, and the other of which is a long name preceded by --. Multiple single
letter options (unless they take an argument) can be combined into a single
command line word: -ac is equivalent to -a -c. Long named options can be
abbreviated to any unique prefix of their name. Brackets ([ and ]) indicate
that an option takes an optional argument.
下面是GNU diff接受的所有选项的摘要。 大多数选项都有两个等价的名称,
其中一个是以-开头的单个字母,另一个是以--开头的长名称。
可以将多个单字母选项(除非它们带有参数)组合为一个命令行单词:-a c等效于-a-c。
长名称选项可以缩写为其名称的任何唯一前缀。方括号([和])表示选项接受可选参数。
ify an output format by itself; it has no effect unless it is com-
bined with -c or -u. This option is obsolete. For proper operation,
patch typically needs at least two lines of context.
-行显示上下文的行(整数)。此选项本身不指定输出格式;除非与-c或-u组合,否则它无效。
此选项已过时。为了正确操作,补丁通常需要至少两行上下文。
do not seem to be text.
将所有文件视为文本并逐行比较,即使它们看起来不是文本。
忽略空白量的更改。
忽略只插入或删除空行的更改。
Report only whether the files differ, not the details of the differ-
ences.
只报告文件是否不同,而不报告差异的详细信息。
使用上下文输出格式。
--context[=lines]
Use the context output format, showing lines (an integer) lines of
context, or three if lines is not given. For proper operation, patch
typically needs at least two lines of context.
使用上下文输出格式,显示上下文的行(整数),如果没有给出行,则使用三行。
为了正确操作,补丁通常需要至少两行上下文。
Use format to output a line group containing differing lines from
both files in if-then-else format.
--changed group format=格式
使用format以if-then-else格式输出包含两个文件不同行的行组。
-d Change the algorithm to perhaps find a smaller set of changes. This
makes diff slower (sometimes much slower).
更改算法以找到较小的更改集。这使得diff变慢(有时慢得多)。
Make merged if-then-else format output, conditional on the preproces-
sor macro name.
以预处理器宏名为条件,将if-then-else格式输出为合并格式。
-e
--ed Make output that is a valid ed script.
生成有效的ED脚本的输出。
When comparing directories, ignore files and subdirectories whose
basenames match pattern.
比较目录时,忽略其基名称与模式匹配的文件和子目录。
--exclude-from=file/--排除=文件
When comparing directories, ignore files and subdirectories whose
basenames match any pattern contained in file.
比较目录时,忽略其基名称与文件中包含的任何模式匹配的文件和子目录。
--expand-tabs/--展开标签
Expand tabs to spaces in the output, to preserve the alignment of
tabs in the input files.
将选项卡展开为输出中的空格,以保留输入文件中选项卡的对齐方式。
-f Make output that looks vaguely like an ed script but has changes in
the order they appear in the file.
生成看起来类似于ED脚本但在文件中显示顺序发生更改的输出。
In context and unified format, for each hunk of differences, show
some of the last preceding line that matches regexp.
在上下文和统一格式中,对于每一大块差异,显示前面与regexp匹配的最后一行。
--forward-ed
Make output that looks vaguely like an ed script but has changes in
the order they appear in the file.
生成看起来类似于ED脚本但在文件中显示顺序发生更改的输出。
bility.
此选项当前不起作用;它是为了与Unix兼容而存在的。
scattered small changes.
使用启发式方法来加速处理具有许多分散的小更改的大文件。
Do not discard the last lines lines of the common prefix and the
first lines lines of the common suffix.
不要丢弃公共前缀的最后一行和公共后缀的第一行。
alent.
忽略大小写中的更改;考虑大小写相等。
-I regexp
Ignore changes that just insert or delete lines that match regexp.
忽略只插入或删除与regexp匹配的行的更改。
Make merged if-then-else format output, conditional on the preproces-
sor macro name.
以预处理器宏名为条件,将if-then-else格式输出为合并格式。
Ignore white space when comparing lines.
比较行时忽略空白。
Ignore changes that just insert or delete blank lines.
忽略只插入或删除空行的更改。
Ignore changes in case; consider upper- and lower-case to be the
same.
忽略大小写中的更改;将大小写视为相同。
Ignore changes that just insert or delete lines that match regexp.
忽略只插入或删除与regexp匹配的行的更改。
--ignore-space-change
Ignore changes in amount of white space.
忽略空白量的更改。
Output a tab rather than a space before the text of a line in normal
or context format. This causes the alignment of tabs in the line to
look normal.
以普通格式或上下文格式输出行文本前的制表符,而不是空格。这会使行中的制表符对齐看起来正常。
通过pr传递输出以对其分页。
--label=label
Use label instead of the file name in the context format and unified
format headers.
在上下文格式和统一格式头中使用标签而不是文件名。
Print only the left column of two common lines in side by side for-
mat.
仅以并排格式打印两个公用行的左列。
Use format to output all input lines in in-then-else format.
使用FORMAT以THEN ELSE格式输出所有输入行。
Change the algorithm to perhaps find a smaller set of changes. This
makes diff slower (sometimes much slower).
更改算法以找到较小的更改集。这使得diff变慢(有时慢得多)。
the number of lines affected.
输出rcs格式差异;类似于-f,但每个命令指定受影响的行数。
--new-file
In directory comparison, if a file is found in only one directory,
treat it as present but empty in the other directory.
在目录比较中,如果只在一个目录中找到一个文件,则在另一个目录中将其视为存在但为空。
Use format to output a group of lines taken from just the second file
in if-then-else format.
使用format以if-then-else格式输出仅从第二个文件中提取的一组行。
Use format to output a line taken from just the second file in if-
then-else format.
使用format以if-then-else格式从第二个文件中输出一行。
Use format to output a group of lines taken from just the first file
in if-then-else format.
使用format以if-then-else格式输出仅从第一个文件中提取的一组行。
Use format to output a line taken from just the first file in if-
then-else format.
使用format以if-then-else格式从第一个文件中输出一行。
显示每个更改的C函数。
directory of the two, treat it as present but empty in the other.
比较目录时,如果一个文件只出现在两个目录中的第二个目录中,则将其视为存在,但在另一个目录中为空。
Pass the output through pr to paginate it.
通过pr传递输出以对其分页。
ences.
只报告文件是否不同,而不报告差异的详细信息。
found.
比较目录时,递归地比较找到的所有子目录。
--rcs Output RCS-format diffs; like -f except that each command specifies
the number of lines affected.
输出RCS格式差异;类似-F,除了每个命令指定受影响的行数。
When comparing directories, recursively compare any subdirectories
found.
比较目录时,递归地比较找到的所有子目录。
-s Report when two files are the same.
当两个文件相同时报告。
When comparing directories, start with the file file. This is used
for resuming an aborted comparison.
比较目录时,从文件文件开始。这用于恢复中止的比较。
Compare file to all operands. file can be a directory.
将文件与所有操作数进行比较。文件可以是目录。
Compare all operands to file. file can be a directory.
将所有操作数与文件进行比较。文件可以是目录。
Print extra information to help sdiff. sdiff uses this option when
it runs diff. This option is not intended for users to use directly.
打印额外信息以帮助SDiff。sdiff在运行diff时使用此选项。此选项不供用户直接使用。
Show which C function each change is in.
显示每个更改的C函数。
In context and unified format, for each hunk of differences, show
some of the last preceding line that matches regexp.
在上下文和统一格式中,对于每一大块差异,显示前面与regexp匹配的最后一行。
Use the side by side output format.
使用并排输出格式。
Use heuristics to speed handling of large files that have numerous
scattered small changes.
使用启发式方法来加速处理具有许多分散的小更改的大文件。
When comparing directories, start with the file file. This is used
for resuming an aborted comparison.
比较目录时,从文件文件开始。这用于恢复中止的比较。
Do not print common lines in side by side format.
不要并排打印公共行。
tabs in the input files.
将选项卡展开为输出中的空格,以保留输入文件中选项卡的对齐方式。
or context format. This causes the alignment of tabs in the line to
look normal.
以普通格式或上下文格式输出行文本前的制表符,而不是空格。这会使行中的制表符对齐看起来正常。
do not appear to be text.
将所有文件视为文本并逐行比较,即使它们看起来不是文本。
使用统一的输出格式。
Use format to output a group of common lines taken from both files in
if-then-else format.
使用format以if-then-else格式输出两个文件中的一组公共行。
Use format to output a line common to both files in if-then-else for-
mat.
使用format以if-then-else格式输出两个文件共用的行。
When comparing directories, if a file appears only in the second
directory of the two, treat it as present but empty in the other.
比较目录时,如果一个文件只出现在两个目录中的第二个目录中,则将其视为存在,但在另一个目录中为空。
--unified[=lines]
Use the unified output format, showing lines (an integer) lines of
context, or three if lines is not given. For proper operation, patch
typically needs at least two lines of context.
使用统一的输出格式,显示上下文的行(整数),如果没有给出行,
则使用三行。为了正确操作,补丁通常需要至少两行上下文。
--version
Output the version number of diff.
输出diff的版本号。
比较行时忽略空白。
--width=columns
Use an output width of columns in side by side format.
使用并排格式的列的输出宽度。
When comparing directories, ignore files and subdirectories whose
basenames match pattern.
在比较目录时,忽略文件名和子目录的基本目录匹配模式。
When comparing directories, ignore files and subdirectories whose
basenames match any pattern contained in file.
比较目录时,忽略其基名称与文件中包含的任何模式匹配的文件和子目录。
cmp(1), comm(1), diff3(1), ed(1), patch(1), pr(1), sdiff(1).
An exit status of 0 means no differences were found, 1 means some differ-
ences were found, and 2 means trouble.
退出状态为0表示未发现差异,1表示发现一些差异,2表示有问题。
man diff的更多相关文章
- 虚拟dom与diff算法 分析
好文集合: 深入浅出React(四):虚拟DOM Diff算法解析 全面理解虚拟DOM,实现虚拟DOM
- svn diff 详解
UI版: 如果多人编辑同一段代码,常常容易出现冲突的情况: 如果出现冲突,我们如何解决他呢? 1 可以选择使用自己的文件mime file,也可以使用 他们的文件 their file 2 解决冲突, ...
- React Diff算法
Web界面由DOM树来构成,当其中某一部分发生变化时,其实就是对应的某个DOM节点发生了变化.在React中,构建UI界面的思路是由当前状态决定界面.前后两个状态就对应两套界面,然后由React来比较 ...
- diff生成补丁与patch打补丁
1.使用diff生成补丁: diff是Linux下的文件比较命令,参数这里就不说了,直接man一下就行了,不仅可以比较文件,也可以比较两个目录,并且可以将不同之处生成补丁文件,其实就是一种打补丁的命令 ...
- git diff 生成patch, git apply patch 打补丁方法说明,以及分支管理的简单操作。
git diff 简易操作说明 先git log 查看commit ID, 记录你想要打的补丁的ID 比如说: git log commit 4ff35d800fa62123a28b7bda2a04e ...
- linux文件对比命令——diff
diff用于比较文件或目录内容,特别是比较两个版本不同的文件以找到改动的地方. 如果指定比较的是文件,则只有当输入为文本文件时才有效,以逐行的方式,比较文本文件的异同处. 如果指定比较的是目录的的时候 ...
- Saving the entire git diff between two commits in a text file
git diff A10..A1 > my.diff 转自: http://stackoverflow.com/questions/19067896/saving-the-entire-git- ...
- git diff ^M的消除
这是由于换行符在不同的操作系统上定义的区别造成的. Windows用CR LF来定义换行,Linux用LF. CR全称是Carriage Return ,或者表示为\r, 意思是回车. LF全称是Li ...
- patch 打补丁,和diff 生成制作补丁
一.diff 命令: diff命令就是比较两个文件的差异,然后生成差异文件,即补丁文件. 参数:diff --help获得,最常用的 1.-N --new-file 在比较时,如果没有就拿一个空的文件 ...
- 基于git diff进行的eslint代码检测
缘起 在项目中, 通常都会使用代码检测工具来规范团队的代码风格, 比如eslint.随着代码的不断增加, eslint进行代码检测的时间也越来越久.每次检测的时候, 需要检测的文件和实际检测的文件极度 ...
随机推荐
- js实现上传文件实时显示缩略图
<input name="coverImage" onClick="" onchange="setImagePreview(this);&quo ...
- 远程桌面 虚拟打印 到本地打印机(虚拟化 终端 远程接入 RemoteApp)
使用远程桌面或remoteapp进行打印时,若需使用本地的打印机,需要通过重定向方式,但本地打印机如果五花八门比较杂,那给服务器安装打印机驱动很麻烦. 其实可以借助虚拟打印机简化操作,省去给服务器安装 ...
- centos7 主从dns配置 bind服务
一,配置前请先关闭防火墙selinux 防火墙关闭方法,参见上一篇文章. setenforce 0 #临时关闭 修改/etc/selinux/config 文件 将SELINUX=enforc ...
- springBoot(2) HelloWorld
首先 下载一个 Spring Boot环境. 下载地址:https://spring.io/tools3/sts/all 打开STS.exe 一,新建项目 然后在空白处新建: 1.New→Other→ ...
- <class 'blog.admin.CategoryAdmin'>: (admin.E108) The value of 'list_display[0]' refers to 'mame', which is not a callable, an attribute of 'CategoryAdmin', or an attribute or method on 'blog.Category'
系统反馈此类错误是因为行列映射时无法对应: 引起无法对应的原因有: 定义是缺少某列,定义时缩进导致,映射关系时缺少某列,(通俗讲列名对应不上). 这种错误多是python中的 因为其中对于空格的要求是 ...
- html5绘图笔记纪要
在html5之前,前端是无法再html页面上动态绘制图片 html5新增了一个canvas元素,相当于一个画布,可以获取一个CanvasRenderingContext2D对象 CanvasRende ...
- SpringBoot 使用JPA+MySQL+Thymeleaf 总结 二
SpringBoot 使用JPA+MySQL+Thymeleaf 总结 一 SpringBoot 使用JPA+MySQL+Thymeleaf 总结 二 方法一 使用原生sql查询 或者 为方法名增加 ...
- 【Linux 环境搭建】ubuntu 的samba配置
在/etc/samba/smb.conf的文件末尾增加下面的内容然后重启samba [home] comment = James Harden path = / browseable = yes wr ...
- dubbo中拦截生产者或消费者服务方法调用
比如当前有个需求,需要拦截dubbo的服务提供方或者服务消费方的方法,判断参数中是否包含某个关键字进行拦截阻止执行,那么我们可以通过使用dubbo的SPI机制通过实现Filter类来拦截,话不多说直接 ...
- CentOS8 下 Redis5.0.7 哨兵Sentinel 模式配置指南
下载Redis Redis下载链接 解压缩 tar -xzvf redis-5.0.7.tar.gz 编译安装 make和gcc依赖 可通过yum -y install gcc automake au ...