tarp icon indicating copy to clipboard operation
tarp copied to clipboard

Usage of tarp sort

Open GuillaumeLeclerc opened this issue 3 years ago • 1 comments

Hello,

I have two issues/questions with the tarp sort command:

No output produced

When running:

tarp sort data/* -f rgb.png -o - | tarp split -c 512 - -o "test-%06d.tar"

I get no files created. I simply get progress when moving to a new source file, just nothing created

tarp cat data/*  -o - | tarp split -c 512 - -o "test-%06d.tar"

works fine though

How use the field -f

It seems that split needs an extra argument to select the fields we want to keep. How do we do to select them all as it gets very tedious when many of them are present.

Thank you for your help

GuillaumeLeclerc avatar Sep 22 '21 21:09 GuillaumeLeclerc

I've updated sort so that if you don't specify any fields, it uses all fields.

I can't reproduce the "no output" problem you're seeing. Can you create and upload a small sample .tar file?

tmbdev avatar Dec 13 '21 23:12 tmbdev