delorie.com/archives/browse.cgi | search |
On Tue, August 3, 2004 16:19, Andrew DeFaria said: > Christopher Faylor wrote: >> >> And you would do that rather than use the tool designed for providing >> the information, because...? > > To answer the question: "Which package brought in this file?" as in: > > > $ cd /etc/setup > $ str=gcc.exe > $ for pkg in *.gz; do > >> zcat $pkg | grep -q $str if [ $? -eq 0 ]; then echo $str appears in $pkg fi done Or: $ cygcheck -f /usr/bin/gcc.exe gcc-3.3.1-3 R. -- http://robinbowes.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |