• Intro Headers Instructions Macros
  • Fork me on GitHub
    • Release
    • Introduction
    • How to install bnd
    • Guided Tour
    • Guided Tour Workspace & Projects
    • Concepts
    • Best practices
    • Build
    • Generating JARs
    • Versioning
    • Baselining
    • Service Components
    • Metatype
    • Contracts
    • Manifest Annotations
    • Resolving Dependencies
    • Launching
    • Testing
    • Packaging Applications
    • Wrapping Libraries to OSGi Bundles
    • From the command line
    • For Developers
    • Plugins
    • Tools bound to bnd
    • File Format
    • Header Reference
    • Instruction
    • Instruction Index
    • Macro Reference
    • Command Reference
    • Plugins Reference
    • Settings
    • Errors
    • Warnings
    • Frequently Asked Questions
    Supported by OSGi enRoute
  • select [options] <> <[...]>

    OPTIONS

    [ -h, –header * ] - A manifest header to print or: path, name, size, length, modified for information about the file, wildcards are allowed to print multiple headers. [ -k, --key ] - Print the key before the value [ -n, --name ] - Print the file name before the value [ -p, --path ] - Print the file path before the value [ -w, --where ] - A simple assertion on a manifest header (e.g. Bundle-Version=1.0.1) or an OSGi filter that is asserted on all manifest headers. Comparisons are case insensitive. The key 'resources' holds the pathnames of all resources and can also be asserted to check for the presence of a header.

                                biz.aQute.bnd (master)$ bnd select -h name generated/*.jar biz.aQute.bnd.jar biz.aQute.bnd (master)$ bnd select -h size generated/*.jar 2604654 biz.aQute.bnd (master)$
    
    • Contact
    • Developers
    • More