|
From: Renato S. <br....@gm...> - 2015-03-30 19:28:09
|
2015-03-30 5:01 GMT-03:00 Paul Moore <p.f...@gm...>: > On 29 March 2015 at 23:25, Renato Silva <br....@gm...> wrote: > > For getting an answer from mingw-get: > > > > packages=$(mingw-get list | grep Package: | sed -E 's/Package: > (\S+).*/\1/') > > > > for package in $packages; do > > installed=$(minget $package 1 show | grep installed:) > > if [[ -n "$installed" ]]; then > > echo "$package" > > echo "$installed" > > fi > > done > > Thanks. I don't seem to have a minget command in my msys environment, > or in the folder I run mingw-get from. Where should I find this > program? > Paul > See the attachment in that message. > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > MinGW-users mailing list > Min...@li... > > This list observes the Etiquette found at > http://www.mingw.org/Mailing_Lists. > We ask that you be polite and do the same. Disregard for the list > etiquette may cause your account to be moderated. > > _______________________________________________ > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users > Also: mailto:min...@li...?subject=unsubscribe > |