Difference between revisions of "Diff"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{lowercase}} |
+ | <code>diff</code> compare files line by line | ||
+ | * https://man7.org/linux/man-pages/man1/diff.1.html | ||
+ | == Examples == | ||
* <code>diff -y file1 file2</code> | * <code>diff -y file1 file2</code> | ||
* <code>diff -y --suppress-common-lines file1 file2</code> | * <code>diff -y --suppress-common-lines file1 file2</code> | ||
Line 8: | Line 11: | ||
* <code>diff /path/to/DIRECTORY1/ /path/to/DIRECTORY2/</code> | * <code>diff /path/to/DIRECTORY1/ /path/to/DIRECTORY2/</code> | ||
+ | * <code>diff -r /path/to/DIRECTORY1/ /path/to/DIRECTORY2/</code> | ||
+ | * <code>diff -y file1.tf file2.bak --suppress-common-lines</code> | ||
Line 16: | Line 21: | ||
* <code>[[kubectl diff]]</code> | * <code>[[kubectl diff]]</code> | ||
* <code>[[rsnapshot-diff]]</code> | * <code>[[rsnapshot-diff]]</code> | ||
+ | * <code>[[git diff]]</code> | ||
+ | * <code>[[git diff-tree]]</code> | ||
+ | * <code>[[kubectl diff]]</code> | ||
== See also == | == See also == |
Latest revision as of 12:01, 8 January 2024
diff
compare files line by line
Examples[edit]
diff -y file1 file2
diff -y --suppress-common-lines file1 file2
diff -y --suppress-common-lines -W 200 file1 file2
diff /path/to/DIRECTORY1/ /path/to/DIRECTORY2/
diff -r /path/to/DIRECTORY1/ /path/to/DIRECTORY2/
diff -y file1.tf file2.bak --suppress-common-lines
Related commands[edit]
See also[edit]
ack, ag, grep
,egrep, fgrep
,agrep
,ngrep
,pgrep
,awk
,sed
,strings
,tr
,tail
,mtail
,git grep
,wc
,uniq
,LogQL
,findstr (Windows)
,rg, git-grep, cut
diff
,icdiff, vimdiff
, meld,git diff
,git diff-tree, kubectl diff
- file, File system, directory,
touch
,mkdir
,ls
,ln
truncate
,fallocate
,split
,stat
, inode, File descriptor, superblock, block size (blockdev
),fuser
,lsof
,scrub
,chattr
, ulimit (nofiles),cp
,mv
,file (command)
,mkfifo
,chmod
Advertising: