From owner-freebsd-current Mon Sep 11 13:54:14 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA04557 for current-outgoing; Mon, 11 Sep 1995 13:54:14 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA04547 for ; Mon, 11 Sep 1995 13:54:09 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA26687 for current@freebsd.org; Mon, 11 Sep 1995 13:47:00 -0700 Date: Mon, 11 Sep 1995 13:47:00 -0700 From: Terry Lambert Message-Id: <199509112047.NAA26687@phaeton.artisoft.com> To: current@freebsd.org Subject: Find *still* broken... Sender: current-owner@freebsd.org Precedence: bulk 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.