We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modfiying one file out of a giant set without pulling the whole set steps:
The text was updated successfully, but these errors were encountered:
DATASET_HASH=Qm...AAA
ipfs cat $DATASET_HASH/dir/change > change
sed -e '...' change > new_change
NEW_CHANGE=$(ipfs add -Q new_change)
ipfs files cp /ipfs/$DATASET_HASH /location
/ipfs/
ipfs files rm /location/dir/change
ipfs files cp /ipfs/$NEW_CHANGE /location/dir/change
ipfs files stat --hash /location
Sorry, something went wrong.
No branches or pull requests
modfiying one file out of a giant set without pulling the whole set
steps:
The text was updated successfully, but these errors were encountered: