Find lowercase letter frequencies in English words
- Issues with the following Linux/Bash one-liner:
- It is ugly
- It has trailing tabs (
\t
)
- Challenge:
- Come up with a more elegant and concise Linux one-liner.
- Rules:
- You must only use Linux and/or Bash and it must be able to be run from the Linux CLI as a one-liner.