Skip to content

Instantly share code, notes, and snippets.

@frutik
Created September 27, 2023 11:03
Show Gist options
  • Save frutik/8c2e2918c5e72d50e4fa09da5f932363 to your computer and use it in GitHub Desktop.
Save frutik/8c2e2918c5e72d50e4fa09da5f932363 to your computer and use it in GitHub Desktop.
cat en_esci.json | grep '"Clothing"' | grep -E '"Men"|"Women"' | jq -c '. | [.category, .image]' | grep -v '],""]' > clothing.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment