Comment by kristopolous
16 hours ago
only the small ones:
$ ./art-analysis.sh | grep small
or maybe just the qwen
$ ./art-analysis.sh | grep Qwen
only the ones in the past 30 days
$ ./art-analysis.sh | awk '$2 < 31'
I use it in pipes like this.
No comments yet
Contribute on Hacker News ↗