[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67926: 29.1; fail to extract ZIP subfile named with [...]
From: |
Andreas Schwab |
Subject: |
bug#67926: 29.1; fail to extract ZIP subfile named with [...] |
Date: |
Sat, 23 Dec 2023 12:47:31 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
On Dez 23 2023, Eli Zaretskii wrote:
> Is there any way of making 'unzip' extract file[abc].txt by name, by
> some kind of escaping or protecting the [...] wildcard from expansion?
$ unzip foo a\[bc\].txt
Archive: foo.zip
caution: filename not matched: a[bc].txt
$ unzip foo 'a\[bc\].txt'
Archive: foo.zip
extracting: a[bc].txt
$ unzip foo 'a\*.txt'
Archive: foo.zip
caution: filename not matched: a\*.txt
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
- bug#67926: 29.1; fail to extract ZIP subfile named with [...], awrhygty, 2023/12/20
- bug#67926: 29.1; fail to extract ZIP subfile named with [...], Eli Zaretskii, 2023/12/23
- bug#67926: 29.1; fail to extract ZIP subfile named with [...],
Andreas Schwab <=
- bug#67926: 29.1; fail to extract ZIP subfile named with [...], awrhygty, 2023/12/26
- bug#67926: 29.1; fail to extract ZIP subfile named with [...], Eli Zaretskii, 2023/12/26
- bug#67926: 29.1; fail to extract ZIP subfile named with [...], awrhygty, 2023/12/27
- bug#67926: 29.1; fail to extract ZIP subfile named with [...], Eli Zaretskii, 2023/12/27
- bug#67926: 29.1; fail to extract ZIP subfile named with [...], awrhygty, 2023/12/27
- bug#67926: 29.1; fail to extract ZIP subfile named with [...], Eli Zaretskii, 2023/12/28
- bug#67926: 29.1; fail to extract ZIP subfile named with [...], awrhygty, 2023/12/28
- bug#67926: 29.1; fail to extract ZIP subfile named with [...], Eli Zaretskii, 2023/12/28
- bug#67926: 29.1; fail to extract ZIP subfile named with [...], Eli Zaretskii, 2023/12/28