I am trying to open the following tar file.
the tar file is actually is a netcat utility and this netcat fit for unixware OS
but as we see the results from the following "curl" is "not in compressed format
Someone have an idea why?
curl http://www.aljex.com/bkw/sco/rlpnc.tar.Z |uncompress |tar xvf -
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
32 7865 32 2560 0 0 2517 0 0:00:03 0:00:01 0:00:02 10448stdin:
not in compressed format
100 7865 100 7865 0 0 6224 0 0:00:01 0:00:01 --:--:-- 15985
uncompressbeforetar? – Matthieu Cartier Jan 31 '11 at 19:14file, the file served at that URL is compressed ("SCO compress -H (LZH) data") – grawity Jan 31 '11 at 19:18tar. (Some implementations oftarcan recognize compressed tarballs, but not all of them.) – grawity Jan 31 '11 at 19:20