4.1.18. which

Description

Show path of bundle currently in use that matches a specified name

Usage

bw which NAME

  • NAME is the name to match. All bundles in use will be searched.

Ant Usage

<bw.which name="${name}" />

Examples

# Show the ruby version currently in use.
# This is the version found inside the 'experimental' environment.
use experimental
bw which ruby

Notes

  • The NAME must be an exact match.
  • No output is generated if nothing is found.