diff options
| author | DE SILVA T R R <IT22236296@my.sliit.lk> | 2025-09-29 12:02:18 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-29 08:32:18 +0200 |
| commit | 1237525b23abf2ad785c7ed434093a11261c71b0 (patch) | |
| tree | b41af805ce3cd5c9c1fac110b5fab8a0a9df0578 | |
| parent | 9ac3b895d426dfdd000b8ae884a8bf9d42840839 (diff) | |
| download | zsh-1237525b23abf2ad785c7ed434093a11261c71b0.tar.gz zsh-1237525b23abf2ad785c7ed434093a11261c71b0.tar.bz2 zsh-1237525b23abf2ad785c7ed434093a11261c71b0.zip | |
docs(common-aliases): fix tar.gz command (#13332)
| -rw-r--r-- | plugins/common-aliases/README.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/common-aliases/README.md b/plugins/common-aliases/README.md index 1417c3056..79e3d0d0f 100644 --- a/plugins/common-aliases/README.md +++ b/plugins/common-aliases/README.md @@ -114,13 +114,13 @@ that file will be open with `acroread`. ### Listing files inside a packed file -| Alias | Command | Description | -| ------ | ---------- | --------------------------------- | -| zip | `unzip -l` | Lists files inside a .zip file | -| rar | `unrar l` | Lists files inside a .rar file | -| tar | `tar tf` | Lists files inside a .tar file | -| tar.gz | `echo` | Lists files inside a .tar.gz file | -| ace | `unace l` | Lists files inside a .ace file | +| Alias | Command | Description | +| ------ | ------------ | --------------------------------- | +| zip | `unzip -l` | Lists files inside a .zip file | +| rar | `unrar l` | Lists files inside a .rar file | +| tar | `tar tf` | Lists files inside a .tar file | +| tar.gz | `tar -ztf` | Lists files inside a .tar.gz file | +| ace | `unace l` | Lists files inside a .ace file | ### Some other features |
