Docs for spack list with glob.

This commit is contained in:
Todd Gamblin 2014-10-27 22:40:04 -07:00
parent 5a5f5cb018
commit ee528bc426

View File

@ -25,7 +25,12 @@ Spack can install:
.. command-output:: spack list
The packages are listed by name in alphabetical order.
The packages are listed by name in alphabetical order. You can also
do wildcard searches using ``*``:
.. command-output:: spack list m*
.. command-output:: spack list *util*
``spack info``