Skip to content

Adding some extraction notes.#2

Open
wolfiex wants to merge 1 commit intoES-DOC:masterfrom
wolfiex:patch-1
Open

Adding some extraction notes.#2
wolfiex wants to merge 1 commit intoES-DOC:masterfrom
wolfiex:patch-1

Conversation

@wolfiex
Copy link

@wolfiex wolfiex commented Mar 5, 2025

Adding extraction cmds in the README. Adapted from notes by @davidhassell

Adding extraction cmds in the README.  Adapted from notes by @davidhassell
mkdir -p extracted_docs
tar zxf combined.tar.gz -C extracted_docs

find extracted_docs/ -type f -name "*.json" -exec sh -c 'jq --indent 4 . "$1" > "$1.tmp" && mv "$1.tmp" "$1"' _ {} \;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be possible to add a brief comment that gives an idea what this line does?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants