diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-28 13:40:27 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-28 13:40:27 -0700 |
commit | 766579fbfdbeb82d0f621272c6d3dee86c85ef39 (patch) | |
tree | 545ed3fa3c433c4cca9c318afa12bdc66a1bd5e9 | |
parent | 752fe00dc50c4e6d4627e4fe211d1749399c0eb8 (diff) | |
download | fatcat-766579fbfdbeb82d0f621272c6d3dee86c85ef39.tar.gz fatcat-766579fbfdbeb82d0f621272c6d3dee86c85ef39.zip |
pv in line mode during exports
-rw-r--r-- | rust/README.export.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/README.export.md b/rust/README.export.md index 65c32b31..cee361c0 100644 --- a/rust/README.export.md +++ b/rust/README.export.md @@ -9,5 +9,5 @@ Then dump: Or, perhaps, in production: - cat /tmp/fatcat_ident_releases.tsv | ./target/release/fatcat-export release --expand files,container -j8 | pv | gzip > release_export_expanded.json.gz + cat /tmp/fatcat_ident_releases.tsv | ./target/release/fatcat-export release --expand files,container -j8 | pv -l | gzip > release_export_expanded.json.gz |