About 110,000 results
Open links in new tab
  1. How to XZ a directory with TAR using maximum compression?

    So I need to compress a directory with max compression. How can I do it with xz? I mean I will need tar too because I can't compress a directory with only xz. Is there a oneliner to produce e.g. ...

  2. compression - Create a tar.xz in one command - Stack Overflow

    Sep 17, 2013 · 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, but that does not work.

  3. Multiprocessor support for `xz`? - Stack Overflow

    Mar 7, 2014 · Compression Multiprocessor (multithreading) compression support was added to xz in version 5.2, in December 2014. Decompression Multiprocessor (multithreading) decompression …

  4. Why is *.tar.gz still much more common than *.tar.xz? [closed]

    Yeah the thought I had is that the original question could be reposed these days as "why is tar.gz more common than tar.lz" (since lz seems to compress slightly better than xz, xz is said to be a poor …

  5. How do I `grep` through .xz compresses files?

    Sep 24, 2019 · How do I `grep` through .xz compresses files? Ask Question Asked 6 years, 3 months ago Modified 6 years, 3 months ago

  6. Open xz file from the command line in Windows 10 - Stack Overflow

    Mar 2, 2017 · xz --decompress --stdout "file.csv.xz" On my pc, with windows 10, I get the following error: 'xz' is not recognized as an internal or external command, operable program or batch file Is the …

  7. архивация - Распаковка архива tar.xz - Stack Overflow на русском

    Dec 8, 2010 · xz - это файловый формат сжатия данных с помощью алгоритма LZMA. Чтобы использовать на Убунту, надо установить xz-utils. Установка: sudo apt-get install xz-utils …

  8. How to install Python from .tar.xz using windows command Prompt

    Jul 18, 2022 · How to install Python from .tar.xz using windows command Prompt Asked 3 years, 5 months ago Modified 1 year, 2 months ago Viewed 14k times

  9. How to use multi-threading for creating and extracting tar.xz

    Sep 6, 2020 · The -9 tells xz to use maximum compression. The -T0 tells xz to use as many threads as you have CPUs. Note that if you are on MacOS or a BSD distro, the -I option is available only on …

  10. why should I use tar.xz instead of tar.gz? xz is a lossless data ...

    gzip and xz uses two different algorithms, and therefore they perform differently, both in terms of what level of compression they achieve and in terms of the amount of resources they consume while …