AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  tar file

    Posted 12/07/06 10:15 AM

    Originally posted by: SystemAdmin


    Dear,

    i am using aix 5.3, i recieve a CD-ROM that have a tar file '123.z'. i want extract th file from CD-ROM to tmp directory, What command should i use? becuae i try to use tar -x 123.z but still not work, please help
    #AIX-Forum


  • 2.  Re: tar file

    Posted 12/07/06 11:02 AM

    Originally posted by: SystemAdmin


    Files ending in .Z (normally upper case) are compressed unix files. First uncompress and then you can untar. You can pipe and do this, but to see the tar file use uncompress abc.Z. This should probably be abc.tar.Z?
    #AIX-Forum