Rob Hudson wrote:

> Is there a way to tail 2 files at the same time?

        tail -f file1 &
        tail -f file2 &
        wait  # never returns

-- 
Bob Miller                              K<bob>
                                        [EMAIL PROTECTED]
_______________________________________________
EUGLUG mailing list
[email protected]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to