Skip to content

Useful Commands

あれく edited this page Oct 6, 2019 · 1 revision

Select all posts on paid plans:

find . -type f -name "*.json" -exec dirname {} \; -exec jq '.["post_contents"][] | select(.plan.price > 0) | .filename' {} \;

Clone this wiki locally