Welcome to the Pacman bug tracker. Please search the current bugs and feature requests before filing a new one! Use advanced search and select "Search in Comments".
* Please select the correct category and version.
* Write a descriptive summary, background info, and provide a reproducible test case whenever possible.
* Please select the correct category and version.
* Write a descriptive summary, background info, and provide a reproducible test case whenever possible.
FS#1561 - Add globbing/regex support to pacman --sync
Attached to Project:
Pacman
Opened by Judd Vinet (judd) - Friday, 01 October 2004, 17:53 GMT-4
Last edited by Simo Leone (neotuli) - Sunday, 15 October 2006, 13:29 GMT-4
Opened by Judd Vinet (judd) - Friday, 01 October 2004, 17:53 GMT-4
Last edited by Simo Leone (neotuli) - Sunday, 15 October 2006, 13:29 GMT-4
|
Detailseg, pacman -S fortune-mod*
I don't know if we'd need full regex support or not. Globbing might be sufficient. |
This task depends upon
Shells don't glob this way. "foo*" will only work if the corresponding files are in the dir you're in. Otherwise 'foo*' is passed literally to pacman, in which case we should use fnmatch to figure out the proper packages.