We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lines
jsonl
1 parent db0dd9c commit 9124c3bCopy full SHA for 9124c3b
.github/workflows/update-bundle.yml
@@ -47,7 +47,7 @@ jobs:
47
if [ -f "crypto-ecosystems-bundle.jsonl" ]; then
48
rm -rf export || true
49
mkdir -p export
50
- split -b 50M crypto-ecosystems-bundle.jsonl chunk_
+ split -C 50M crypto-ecosystems-bundle.jsonl chunk_
51
52
for chunk in chunk_*; do
53
uuid=$(uuidgen | tr '[:upper:]' '[:lower:]')
0 commit comments