Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lilli_put
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
lilli_put
10d ago
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 freqs[&q