omega/words.sh

5 lines
76 B
Bash
Executable File

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