On 2020-10-07 13:22, ToddAndMargo via users wrote: > On 2020-10-06 22:10, Samuel Sieb wrote: >> On 10/6/20 10:02 PM, ToddAndMargo via users wrote: >>> How would I use this in place of `tar czvf xxx`? >> >> Add "-I pigz" to the command. >> tar cvf myfile.tgz -I pigz files to pack > > Thank you! > > And will they untar with `tar xzvf xxxx`? > man tar -I, --use-compress-program=COMMAND Filter data through COMMAND. It must accept the -d option, for decompression. The argument can contain command line options. man pigz -d --decompress --uncompress Decompress the compressed input. tar xvf myfile.tgz -I pigz Easy to test and show that "tar xf xxx.tgz" will also decompress and untar using standard gzip. -- The key to getting good answers is to ask good questions. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx