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