Calculates the percentage difference of words between two text files, ignoring punctuation.
- Linux
diff
command (should be in all Linux distros)
The easiest way to run it is to download the binary under Releases:
$ diffperc base-file test-file
To run it from source:
$ bin/app base-file test-file
If you have Babashka you can run it this way:
$ bin/bb-app base-file test-file
To start developing in a REPL:
$ bin/dev
To build as a stand-alone binary using GraalVM:
$ bin/graalify