We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645407b commit f1e5318Copy full SHA for f1e5318
5 files changed
cli/README.md
@@ -16,13 +16,11 @@ pip install stringzilla
16
17
Currently implemented:
18
19
-- `sz_wc`: 3x faster `wc` word count.
20
-- `sz_split`: 4x faster `split` file splitting.
21
-
22
-What other interfaces should we add?
23
-Levenshtein distances?
24
-Fuzzy search?
25
-Are there common alternatives to emulate?
+- `sz-wc`: 3x faster `wc` word count with almost identical UNIX behavior
+- `sz-split`: 4x faster `split` file splitting with almost identical UNIX behavior
+- `sz-dedup`: Deduplicate lines
+- `sz-sort`: Sort lines
+- `sz-find`: Find all inclusion of a substring in a file.
26
27
## `wc`: Word Count
28
0 commit comments