File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
3030.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131.\"
32- .Dd July 21, 2012
32+ .Dd April 25, 2017
3333.Dt ZIP_NAME_LOCATE 3
3434.Os
3535.Sh NAME
@@ -60,8 +60,14 @@ the following values, or 0 for none of them.
6060.It Dv ZIP_FL_NOCASE
6161Ignore case distinctions.
6262(Will only work well if the file names are ASCII.)
63+ With this flag,
64+ .Fn zip_name_locate
65+ will be slow for archives with many files.
6366.It Dv ZIP_FL_NODIR
6467Ignore directory part of file name in archive.
68+ With this flag,
69+ .Fn zip_name_locate
70+ will be slow for archives with many files.
6571.It Dv ZIP_FL_ENC_RAW
6672Compare against the unmodified names as it is in the ZIP archive.
6773.It Dv ZIP_FL_ENC_GUESS
Original file line number Diff line number Diff line change 2929.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
3030.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131.\"
32- .Dd January 19, 2016
32+ .Dd April 25, 2017
3333.Dt ZIPMERGE 1
3434.Os
3535.Sh NAME
@@ -53,10 +53,12 @@ Supported options:
5353.Bl -tag -width MMM
5454.It Fl D
5555Ignore directory components in file name comparisons.
56+ This option is slow for archives with many files.
5657.It Fl h
5758Display a short help message and exit.
5859.It Fl I
5960Ignore case in file name comparisons
61+ This option is slow for archives with many files.
6062.It Fl i
6163Ask before overwriting files.
6264See also
You can’t perform that action at this time.
0 commit comments