From ef30b5b0122054d9a0d277aa52c99a77f212c2e8 Mon Sep 17 00:00:00 2001 From: pxi Date: Sat, 30 Dec 2023 22:41:51 +0100 Subject: [PATCH] =?UTF-8?q?=E2=89=A1=E2=94=94(=20=E2=80=98o=E2=80=99)?= =?UTF-8?q?=E2=94=98=E2=89=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash-fast-replace/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bash-fast-replace/README.md b/bash-fast-replace/README.md index 59bef80..0bfc8d5 100644 --- a/bash-fast-replace/README.md +++ b/bash-fast-replace/README.md @@ -6,14 +6,14 @@ An implementation in bash. To create the corpus.csv and pairs.csv files. And perform the replacements: -```bash +```shell make install # create corpus and pairs make run # create file with the replaced values ``` Then to test: -```bash +```shell make test # Checks that the replacement worked ``` @@ -23,7 +23,7 @@ make test # Checks that the replacement worked `shuf` is amazing. Using /dev/urandom directly produces broken pipe errors on when using Make. Speed is not great... But no surprize there. -````bash +````shell $ make install ./bin/pairs.sh Generating csv/pairs.csv...