Show path of bundle currently in use that matches a specified name
bw which NAME
- NAME is the name to match. All bundles in use will be searched.
<bw.which name="${name}" />
# Show the ruby version currently in use.
# This is the version found inside the 'experimental' environment.
use experimental
bw which ruby
- The NAME must be an exact match.
- No output is generated if nothing is found.