
Claude Code with LSP: from searching text to understanding code
•
Artificial Intelligence






1 entry found

A “recipe” to keep on hand:
cat fichero.log |
\ awk '{print $1}' |
\ sort |
\ uniq -c |
\ sort -n |
\ tail -10