I am trying to extract to file to specific directory but it doesn't produce result.
Command:
zcat /export/home/tceng/Desktop/temp/3.tar.Z | tar -xf - -C /export/home/tceng/Desktop/temp/TestExtractUtility/
if we remove value -C onwards in above command it produces result.
Thanks