aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2023-03-20 19:52:21 +0100
committerRasmus Dahlberg <rasmus@rgdd.se>2023-03-20 19:54:36 +0100
commit2bee2104c84628a68ef7124a1beefa4e1f98369e (patch)
tree1b54458cf370786cc1a62babd2c3129ccfc045d0 /README.md
parent8e8cd8214d579e26e05dcb44fcd53d909e23879c (diff)
Add drafty assemble command
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 078275d..7941e20 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,8 @@ UNIX tool `sort`. For the exact commands and an associated dataset manifest:
sort -u ...
...
+ sort -Vuo sans.lst --buffer-size=1024K --temporary-directory=/tmp/t --parallel=2 a.lst b.lst
+
Note that you may need to tweak the number of CPUs, available memory, and
temporary disk space to be suitable for your own system.