How do two documents in Linux compare to the same content?

Source: Internet
Author: User
Tags diff
You can compare the contents of a document with the diff command.
[Syntax]: diff [parameter] file 1 file 2
[Note]: This command compares two text files, will be different columns out
-B Converts a string of spaces or tabs into a space or tab
-e generates an edit angle book that converts the file 1 to a file 2 as an ex or ED input
[Example]:
diff File1 File2
Diff-b file1 file2
DIFF-E file1 file2 >edscript
Common parameters of the diff command
A use all files as text files for processing
b Ignore the differences caused by whitespace
B ignore the differences caused by empty rows
Q Only reports what is different and does not report specific different information
H use heuristics to accelerate search of large files
I ignore case changes
L page out the output with PR
R compares all subdirectories when comparing directories
s two files are reported the same
V Output version information on standard output and exit

Ll-r > Dir1.list
Ll-r > Dir2.list
Extract two lists and compare them with diff

How do two documents in Linux compare to the same content?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.