How to extract a particular file in tar.Z format

Hi ,

I need to extarct only a particulay files from the tar.Z.

ie
i need to extract one.txt from test.tar.Z.
The test.tar.Z may contain lot of file and folders.

Please help me to extract particular file to some location.

Regards,
Kalai.

kalpeer,

Please do man page on tar. There is an option to untar one file from an archive / zip file.

cheers!