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