Difference between *.Z & *.z in Unix file format [message #97939] |
Tue, 01 July 2003 02:00 |
sachin kumar gupta
Messages: 157 Registered: March 2003
|
Senior Member |
|
|
Hi,
I m using say "file.dmp.Z" which is basically a compressed form of file "file.dmp" in SCO Unix.
In one interview I got questioned what is "file.z".
Can any one let me know the difference between *.Z & *.z in Unix file format.
TIA,
Sachin
|
|
|
Re: Difference between *.Z & *.z in Unix file format [message #97940 is a reply to message #97939] |
Tue, 01 July 2003 07:10 |
ravi lanke
Messages: 3 Registered: September 2002
|
Junior Member |
|
|
I'm not sure whether SCO unix supports it ...but The pack command attempts to store the specified files in a compressed form. Wherever possible (and useful), each inputfile file is replaced by a packed file file.z with the same access modes, access and modified dates, and owner as thoseof file. If pack is successful, file will be removed.
Please check help for pack, pcat, unpack - commands
|
|
|