You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ This is especially useful with csv/tsv/psv files:
8
8
- compare database export of large organization employee/users
9
9
10
10
## NOTE
11
+
The benefits of this script is that it allow you to have full control of your file diff. It work great on large file because it does not require you to load the entire file into memory or string.
11
12
12
13
This script expect input of two `sorted` text files. If the files are not sorted, the unix `sort` command may be of help: https://en.wikipedia.org/wiki/Sort_(Unix)
0 commit comments