TO 2023 REBRAND
This commit is contained in:
7
cv/pick_n.sh
Normal file
7
cv/pick_n.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
cd "$(dirname "$(realpath "$BASH_SOURCE")")"
|
||||
cat ./20* \
|
||||
| gojq -c --yaml-input '.[] | [.grade, (.quantity | length), .]' \
|
||||
| sort \
|
||||
| head -n ${1:-${N:-15}} \
|
||||
| $(which jq) -c
|
||||
Reference in New Issue
Block a user