7zr:tldr:81b0e
The command "7zr i" is used to display information about a file compressed using the 7z format.
Here's a breakdown of the command:
-
"7zr": It refers to the standalone version of the 7-Zip File Manager utility. 7zr is used for manipulating compressed files in the 7z format, similar to the conventional 7z command-line tool but with reduced functionality.
-
"i": It is an option or parameter that signals the 7zr utility to display information about the specified file. This information typically includes details like file size, compression ratio, archive structure, encryption status, file permissions, etc.
To use this command, you would need to open a terminal or command prompt, navigate to the directory where the 7zr utility is located, and then type "7zr i" followed by the path to the compressed file you want to gather information about.