List, Extract, Compress using SAPCAR

Using SAPCAR tool, you can list, extract and compress the .SAR or .CAR files. The functions are similar to the standard tools like WinZip, WinRAR and etc.

1. To list the contents of SAR files.

 SAPCAR -tvf <your-SAR-file>

2. To extract SAR files.

SAPCAR -xvf <your-SAR-file>

3. To compress files to SAR files.

SAPCAR -cvf <your-SAR-file> <file-to-compress>

You May Also Like

Leave a Reply?