We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9145818 commit 3099b46Copy full SHA for 3099b46
1 file changed
README.md
@@ -39,7 +39,7 @@ Since WebDatasets are just tar files, you can use many different tools to create
39
If your data is already laid out like that on the file system, you can use `tar --sorted`:
40
41
```Shell
42
-$ tar --sorted dataset > dataset.tar
+$ tar --sorted name -cf - dataset > dataset.tar
43
```
44
45
You can also use the `tarp create` command (at [github.com/tmbdev/tarp](http://github.com/tmbdev/tarp)) with a recipe file.
0 commit comments