Update and move word splitting script

This commit is contained in:
2022-09-20 13:21:57 -04:00
parent 5c18a4aebf
commit ec53042d18
@@ -30,6 +30,6 @@ else
grep -P "^x" $1 > "$2/words_x.txt" grep -P "^x" $1 > "$2/words_x.txt"
grep -P "^y" $1 > "$2/words_y.txt" grep -P "^y" $1 > "$2/words_y.txt"
grep -P "^z" $1 > "$2/words_z.txt" grep -P "^z" $1 > "$2/words_z.txt"
grep -P "^_" $1 > "$2/words__.txt" touch "$2/words__.txt"
exit 0 exit 0
fi fi