-e[r][c,d,e,n,p,s] Extract files in a sorted order

This option is used to specify a particular order in which to extract
files from a .ZIP file. These options are used along with the -e. Each
option will cause extraction sorted in ascending order of the particular
criteria.

Sort Options

r Reverse sort order

c CRC Value

d Date

e File Extension

n File Name

p Percentage (ratio) of compression

s File Size

The most useful of these options will normally be extraction in order of
Date, Name, or Extension. Extraction in value of CRC order is in effect a
random extraction.

In this example the files contained within the .ZIP file ZUCKER would be
extracted in the order of their names.

pkunzip -en zucker.zip

To reverse the order of extraction combine with the [r].

pkunzip -ern zucker.zip