unzip
Verified for current stable LTS
Unzip Command: List Contents Of Archive Without Extraction
Use for list contents of archive without extraction with Unzip. Exact CLI syntax to list contents of archive without extraction using Unzip.
When to use this: Use for list contents of archive without extraction with Unzip.
Command Syntax
unzip -l <path/to/archive>.zip unzip -l <path/to/archive>.zip Live Command Builder
Final Command
unzip -l <path/to/archive>.zip Command Breakdown
-l- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list contents of archive without extraction using Unzip.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Unzip Command: Extract All Files From Archives To Current Directory
unzip <path/to/archive1.zip path/to/archive2.zip ...> Unzip Command: Extract All Files From Archives To Specific Path unzip <path/to/archive1.zip path/to/archive2.zip ...> -d <path/to/output> Unzip Command: Extract Files To Stdout With Names unzip -c <path/to/archive1.zip path/to/archive2.zip ...> Unzip Command: Extract Specific Files From Archive unzip -j <path/to/archive>.zip <path/to/file1_in_archive path/to/file2_in_archive ...> Unzip Command: Extract Windows Archive With Non Ascii Filenames unzip -O <gbk> <path/to/archive1.zip path/to/archive2.zip ...> Alternative Approaches
Alternative tools for similar operation intents.
Tar Command: Extract Files Matching A Pattern From An Archive File
tar xf <path/to/source.tar> --wildcards "<*.html>" 7z Command: Extract Archive Preserve Directory Structure 7z x <path/to/archive.7z> 7za Command: Extract Archive Preserving Original Structure 7za x <path/to/archive.7z> 7zr Command: Extract An Archive To Stdout 7zr x <path/to/archive.7z> -so Cpio Command: Extract Files From Archive Cpio Verbose cpio < <archive.cpio> -idv