Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 372 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 372 Bytes

ziptools

Simple bash scripts for working with sets of zipfiles.

bxcp

Short for "bulk extract copy". Extracts the files in a zip archive to a destination directory and leaves the archive in place.

usage: bxcp <source> <destination>

lsz

Prints a formatted list of basenames for all zip archives in a given directory.

usage: lsz <directory>