Created
September 27, 2023 11:03
-
-
Save frutik/8c2e2918c5e72d50e4fa09da5f932363 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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