#unix is awesome #oneliner #otd
"Hey UNIX, give me a list of all our infra projects that create databases sorted by linecount"
rg -l OLAmazonDB | xargs wc -l | sort
This message brought to you by the awesome power of #ripgrep and #xargs :)