“差异”太字节文件

Ope*_*way 6 diff

是否有任何工具可以“区分”TB 大小的文本文件?

小智 2

您可以使用bdiff。它用于比较太大而无法加载到内存中的文件。

NAME
     bdiff - big diff

SYNOPSIS
     bdiff filename1 filename2 [n] [-s]

DESCRIPTION
     bdiff is used in a manner analogous to diff  to  find  which
     lines  in  filename1  and filename2 must be changed to bring
     the files into agreement. Its purpose is to allow processing
     of  files too large for diff. If filename1 (filename2) is -,
     the standard input is read.
Run Code Online (Sandbox Code Playgroud)