From c7e262ef827aa46f1a7bc136b91db121b894e276 Mon Sep 17 00:00:00 2001 From: Eliran Wong Date: Thu, 2 Aug 2018 22:24:12 +0100 Subject: [PATCH] Add files via upload --- Script/removeGreekPunctuations.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Script/removeGreekPunctuations.sh diff --git a/Script/removeGreekPunctuations.sh b/Script/removeGreekPunctuations.sh new file mode 100644 index 0000000..e96897e --- /dev/null +++ b/Script/removeGreekPunctuations.sh @@ -0,0 +1,2 @@ +#! /usr/bin/sed -E -i .bak -f +s/[\.¶,·;—\[\]\(\)]//g