Skip to content

Commit 89e2742

Browse files
authored
1 parent 33e0a59 commit 89e2742

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,8 @@ If the columns in the CSV have changed, those added or removed columns will be i
125125

126126
Suppose current directory contains two csv files : one.csv two.csv
127127

128-
$ docker run --rm -v $(pwd):/files csvdiff one.csv two.csv
128+
$ docker run --rm -v $(pwd):/files csvdiff one.csv two.csv
129+
130+
## Alternatives
131+
132+
- [csvdiff](https://github.com/aswinkarthik/csvdiff) is a "fast diff tool for comparing CSV files" - you may get better results from this than from `csv-diff` against larger files.

0 commit comments

Comments
 (0)