How to uncompress a .trz file
So, what is a .trz file? Simply a zipped tar file. Patches from SunGard are often compressed with the extension .trz.
To uncompress, use the following command:
To uncompress, use the following command:
gunzip -c patch_name.trz | tar xvf -
Comments