Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 1995 13:47:00 -0700
From:      Terry Lambert <terry@lambert.org>
To:        current@freebsd.org
Subject:   Find *still* broken...
Message-ID:  <199509112047.NAA26687@phaeton.artisoft.com>

next in thread | raw e-mail | index | archive | help
The command

	find /sys -type f -exec grep VOP_LINK {} \; -print

and 

	find /sys -type f -exec grep VOP_LINK {} \; -print > foo &
	tail -f foo

Still produce diffrent output because find does not flush stdout
when doing a -print.


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509112047.NAA26687>