You can search for identifiers within the package.
in-package search v0.2.0
Parallel and Distributed execution of command lines, pardi !
Compress a file in parallel using 1MB chunks:
pardi -d b:1048576 -m s -i <YOUR_BIG_FILE> -o <YOUR_BIG_FILE>.gz -w 'xz -c -9 %IN > %OUT'