Comment by CodesInChaos
8 days ago
The google search AI knows how to assemble a grep/wc command that computes this number.
> your_command | grep -o -i "b" | wc -l
8 days ago
The google search AI knows how to assemble a grep/wc command that computes this number.
> your_command | grep -o -i "b" | wc -l
No comments yet
Contribute on Hacker News ↗