[Eug-lug] tee's opposite?

Bob Miller kbob at jogger-egg.com
Wed Aug 2 12:32:41 PDT 2006


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>
                                        kbob at jogger-egg.com


More information about the EUGLUG mailing list