For a "full" technical report that includes attributes like CRC checksums and specific NTFS timestamps (creation/access times), use the -slt switch: 7z l -slt shaving.7z > technical_report.txt 3. Calculating Compression Ratio
: 7z l shaving.7z > shaving_report.txt
The l (list) command provides a detailed breakdown of every file inside the archive, including their original size, compressed size, and modification dates. or PowerShell. Navigate to the folder containing your file.
: The final uncompressed size versus the archive size.
To calculate the compression ratio for your report manually if it's not explicitly totaled, you can use the values from the bottom of the list output: :
This command creates a file named shaving_report.txt that includes: : The compression algorithm used (e.g., LZMA2).
To include a report on the archive's integrity (checking for errors) while listing, use the test command: 7z t shaving.7z > shaving_integrity_report.txt 2. Full Technical Details
For a "full" technical report that includes attributes like CRC checksums and specific NTFS timestamps (creation/access times), use the -slt switch: 7z l -slt shaving.7z > technical_report.txt 3. Calculating Compression Ratio
: 7z l shaving.7z > shaving_report.txt
The l (list) command provides a detailed breakdown of every file inside the archive, including their original size, compressed size, and modification dates. or PowerShell. Navigate to the folder containing your file. shaving.7z
: The final uncompressed size versus the archive size. For a "full" technical report that includes attributes
To calculate the compression ratio for your report manually if it's not explicitly totaled, you can use the values from the bottom of the list output: : Navigate to the folder containing your file
This command creates a file named shaving_report.txt that includes: : The compression algorithm used (e.g., LZMA2).
To include a report on the archive's integrity (checking for errors) while listing, use the test command: 7z t shaving.7z > shaving_integrity_report.txt 2. Full Technical Details