On Mar 6, 2010, at 02:06, LuKreme wrote: > On 5-Mar-2010, at 23:11, Ryan Schmidt wrote: >> > >> sudo port -d install wine-devel 2>&1 | tee ~/Desktop/wine-devel.txt > > Out of curiosity, why | tee instead of just > ~/Desktop/wine-devel.txt?
I suggest this form so that you can see what's happening while it's happening. When MacPorts takes more than a few minutes to do a step, some users get concerned that nothing appears on the screen; using | tee instead of > ensures something is still appearing on the screen. _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
