Aug 29, 2001 #1 sirrom Technical User Jul 11, 2001 80 GB What command do I use to extract a sinlge file from a TAR archicve. The O/S is Sun Solaris 5.6 Thanks.
What command do I use to extract a sinlge file from a TAR archicve. The O/S is Sun Solaris 5.6 Thanks.
Aug 29, 2001 #2 KenCunningham Technical User Mar 20, 2001 8,475 GB Assuming your tar file is on a tape: tar xvf <tapedevice> <name of file> check for format of <name of file> on tape using tar tvf <tapedevice> if the tar file is a file on disk, replace <tapedevice> with the path/filename. HTH. Upvote 0 Downvote
Assuming your tar file is on a tape: tar xvf <tapedevice> <name of file> check for format of <name of file> on tape using tar tvf <tapedevice> if the tar file is a file on disk, replace <tapedevice> with the path/filename. HTH.