Lines Matching full:unzip

1 # unzip tests.
9 name: unzip -l
10 command: unzip -l $FILES/example.zip d1/d2/x.txt
21 name: unzip -lq
22 command: unzip -lq $FILES/example.zip d1/d2/x.txt
32 name: unzip -lv
33 command: unzip -lv $FILES/example.zip d1/d2/x.txt
44 name: unzip -v
45 command: unzip -v $FILES/example.zip d1/d2/x.txt
56 name: unzip one file
57 command: unzip -q $FILES/example.zip d1/d2/a.txt && cat d1/d2/a.txt
63 name: unzip all files
64 command: unzip -q $FILES/example.zip
74 name: unzip -o
77 command: unzip -q -o $FILES/example.zip d1/d2/a.txt && cat d1/d2/a.txt
82 name: unzip -n
85 command: unzip -q -n $FILES/example.zip d1/d2/a.txt && cat d1/d2/a.txt
92 name: unzip -d shallow non-existent
93 command: unzip -q -d will-be-created $FILES/example.zip d1/d2/a.txt
100 name: unzip -d deep non-existent
101 command: unzip -q -d oh-no/will-not-be-created $FILES/example.zip d1/d2/a.txt 2> stderr ; echo $? >…
111 name: unzip -d exists
113 command: unzip -q -d dir $FILES/example.zip d1/d2/a.txt && cat dir/d1/d2/a.txt
119 name: unzip -p
120 command: unzip -p $FILES/example.zip d1/d2/a.txt
126 name: unzip -x FILE...
128 command: unzip -q $FILES/example.zip -x d1/d2/a.txt d1/d2/b.txt d1/d2/empty.txt d1/d2/x.txt && cat …
138 name: unzip FILE -x FILE...
139 command: unzip -q $FILES/example.zip d1/d2/a.txt d1/d2/b.txt -x d1/d2/a.txt && cat d1/d2/b.txt
150 name: unzip -j
152 command: unzip -j $FILES/example.zip d1/d2/x.txt | sed 's/ *$//'
160 name: unzip -t one
161 command: unzip -t $FILES/example.zip d1/d2/x.txt
169 name: unzip -tq all
170 command: unzip -tq $FILES/example.zip
176 name: unzip -tq one
177 command: unzip -tq $FILES/example.zip d1/d2/x.txt
184 name: unzip -tq two
185 command: unzip -tq $FILES/example.zip d1/d2/x.txt d1/d2/b.txt
192 name: unzip -t one bad
193 command: unzip -t $FILES/bad_crc.zip a.txt
204 #name: unzip -tq all bad
205 #command: unzip -tq $FILES/bad_crc.zip
216 name: unzip -tq one bad
217 command: unzip -tq $FILES/bad_crc.zip a.txt
227 #name: unzip -tq two bad
228 #command: unzip -tq $FILES/bad_crc.zip a.txt b.txt