From e74725c240de57227dd96439e43ba10187e8bc3a Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Mon, 11 Oct 2021 18:09:55 -0400 Subject: readme: start describe using directory. --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index d0fa44b..c939730 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ ls $PATH | awk '{ print length, $0 }' | sort -nr | cut -d" " -f2- > binsSorted.t ``` +Alternatively, for performance, you can use a directory with the following format: each file is named with the first and last letters of the contained words. +The script `makeDir.sh` is provided to help create these. + ## output-program * `completelyTypeWord.sh` (included in this repository) will type the characters (besides the first character) using wtype. -- cgit 1.4.1