Comment by datadrivenangel 13 hours ago Have it print paginated or just top 10? 1 comment datadrivenangel Reply kristopolous 13 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.
kristopolous 13 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.
only the small ones:
or maybe just the qwen
only the ones in the past 30 days
I use it in pipes like this.