-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: bsondump
-
None
Attempted calls (all failed):
> mongodump -o - -d test -c zips | bsondump connected to: 127.0.0.1 Display BSON objects in a data file. usage: bsondump [options] <bson filename> $ mongodump -o - -d test -c zips | bsondump - connected to: 127.0.0.1 error: boost::filesystem::file_size: No such file or directory: "-" $ bsondump <(mongodump -o - -d test -c zips) connected to: 127.0.0.1 error: boost::filesystem::file_size: Operation not permitted: "/proc/self/fd/11"
- is related to
-
TOOLS-1532 bsondump should support reading from stdin
- Closed