You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello,
I have two issues/questions with the
tarp sort
command:No output produced
When running:
I get no files created. I simply get progress when moving to a new source file, just nothing created
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
The text was updated successfully, but these errors were encountered: