compression, Programming IT Nursery Create a tar.xz in one command I am trying to create a .tar.xz compressed archive in one command. What is the specific syntax for that? I have tried tar cf - file | xz file.tar.xz,... May 29, 2022 0 Comments