FS#1561 - Add globbing/regex support to pacman --sync
Attached to Project:
Pacman
Opened by Judd Vinet (judd) - Friday, 01 October 2004, 21:53 GMT
Last edited by Simo Leone (neotuli) - Sunday, 15 October 2006, 17:29 GMT
Opened by Judd Vinet (judd) - Friday, 01 October 2004, 21:53 GMT
Last edited by Simo Leone (neotuli) - Sunday, 15 October 2006, 17:29 GMT
|
Details
eg, 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.