On 2002-06-18, Nadav Har'El wrote: > The solution, like someone already mentioned, is to use screen. Screen is a > wonderful utility, and I've been using it daily for many years now. It not
Sometimes when I want to start a long compilation and see the results later from another terminal, I simply use 'nohup make &', and later I do 'tail -f nohup.out' to see what happened. But I guess in the general caase, screen is probably the best solution. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
