omega/model/words.sh
2025-03-31 23:58:19 +02:00

5 lines
76 B
Bash
Executable File

#!/bin/bash
grep -o "[[:alpha:]]\{1,\}" "$1" | tr '[:upper:]' '[:lower:]'