Hanspeter Niederstrasser wrote:
[]
enough.  How can I send the compile output to a text file I can later
search?

In tcsh:


fink install kdelibs3 |& tee ~/Finklogs/kdelibs3.log

In bash

fink install kdelibs3 2>&1 | tee ~/Finklogs/kdelibs3.log

--
Martin




------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to