Just a note: $ tar --version tar (GNU tar) 1.13.25 $ tar -zxf test.tar.gz $ tar zxf test.tar.gz
Both work fine. $ tar -fxz test.tar.gz tar (child): test.tar.gz: Cannot open: No such file or directory ... $ tar fxz test.tar.gz $ I just learned today that if I use the '-', then f needs to be last, but without the '-', I can mix up the switches. hmmm. |On 020207 10:20 |Chris Ruprecht ([EMAIL PROTECTED]) wrote the following... | |well, with gnu tar, the command is actually | |tar -zxvf postgresql-7.2.tar.gz | |with the '-' and the 'v' optional | |The 'z' tells tar that the file is compressed. | |Best regards, |Chris -- BOFH Reason of the day: the butane lighter causes the pincushioning _ | _ (_()(|('.|)('||.|()|`|( ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]