Viewing profile — lilli_put
lilli_put
HN member- Joined
- Mon, Sep 07, 2026, 6:26 PM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About lilli_put
No profile information was provided.
Recent public activity
-
comment
Comment #49601527
I think that you can elegantly implement the second problem in bash: grep -Eo '[A-Za-z]+' README.md \ | tr A-Z a-z \ | { distinct=() declare -A freqs while read word; do [[ -v freq…