Linux diff3 command - compare 3 files by line

Linux diff3 command: compare 3 files by line

Linux diff3 command Function Description

Use the diff3 command to compare 3 files by line.

Linux diff3 command Syntax

diff3 [option] [file1] [file2] [file3]

The meaning of each option in the command is shown in the table:

Option Description
-A Export all changes
-X Output overlapping change sections
-3 Output unmerged non-overlapping changes
-x Changes in output overlap
-m Output the merged file, not the ed script
-L <tag> Use tags instead of filenames
-i Adding w and q commands to edit scripts
-a Treat all documents as text
-T Make the tag preceded by a tag queue
-e Output the unmerged changes from file 2 and file 3 and insert them into file 1
-E Exporting unmerged changes
--diff-program=<program> Use the specified program to compare files

Linux diff3 command Demo

Compare the files /root/a, /root/b and /root/c by line

[root@rhel ~]# diff3 /root/a /root/b /root/c
====
1:1c
  a
2:1c
  b
3:1c
  c

Compare the files apidemos.com.sort.txt, apidemos.com.txt and apidemos.com.3.txt by line

diff3 apidemos.com.sort.txt apidemos.com.txt apidemos.com.3.txt

Output:

Linux diff3 command

Like(2)

Related

Linux Login Logout Command
Linux login commandLinux logout commandLinux nologin commandLinux exit commandLinux sulogin commandLinux rlogin commandLinux poweroff commandLinux ctrlaltdel CommandLinux shutdown commandLinux halt commandLinux reboot commandLinux init commandLinux runlevel commandLinux telinit command
Linux File Management Command
Linux cat commandLinux tac commandLinux nl commandLinux more commandLinux less commandLinux head commandLinux tail commandLinux rev commandLinux fold commandLinux fmt commandLinux expand commandLinux pr commandLinux sort commandLinux uniq commandLinux cut commandLinux comm commandLinux diff commandLinux join commandLinux diff3 commandLinux cmp commandLinux colrm commandLinux paste commandLinux mkdir commandLinux tr commandLinux split commandLinux csplit commandLinux tee commandLinux unexpand commandLinux patch commandLinux awk commandLinux sed commandLinux od commandLinux pwd commandLinux cd commandLinux ls commandLinux dir commandLinux dirs commandLinux touch commandLinux rmdir commandLinux cp commandLinux mv commandLinux rm commandLinux install commandLinux tmpwatch commandLinux file commandLinux du commandLinux wc commandLinux tree commandLinux cksum commandLinux md5sum commandLinux sum commandLinux dirname commandLinux mkfifo Command
Cron Expressions
Cron Expression to Run Every Day at 12 PMUnderstanding Vue Cron ExpressionsUnderstanding JS Cron ExpressionsA Comprehensive Guide to Cron Expressions for Scheduled TasksUnderstanding Linux Cron ExpressionsUnderstanding Quartz Cron ExpressionsCron ExpressionCron Time ExpressionCron Expression ParsingCron Expression: Executing a Task Every SecondCron Expression for Every Minute ExecutionCron Expression to Execute Every 10 MinutesCron Expression: Executing Every HourCron Expression to Execute Once a YearCron Expression: How to Schedule a Task to Run Daily at Midnight?