From owner-freebsd-questions Tue Sep 24 1:44:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F411B37B401 for ; Tue, 24 Sep 2002 01:44:26 -0700 (PDT) Received: from mxzilla3.xs4all.nl (mxzilla3.xs4all.nl [194.109.6.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C3543E86 for ; Tue, 24 Sep 2002 01:44:26 -0700 (PDT) (envelope-from rene@xs4all.nl) Received: from xs2.xs4all.nl (xs2.xs4all.nl [194.109.3.12]) by mxzilla3.xs4all.nl (8.12.3/8.12.3) with ESMTP id g8O8iO1X041765 for ; Tue, 24 Sep 2002 10:44:24 +0200 (CEST) Received: (from rene@localhost) by xs2.xs4all.nl (8.11.6/8.11.6) id g8O8iO162978 for questions@freebsd.org; Tue, 24 Sep 2002 10:44:24 +0200 (CEST) (envelope-from rene) Date: Tue, 24 Sep 2002 10:44:24 +0200 (CEST) From: rene@xs4all.nl Message-Id: <200209240844.g8O8iO162978@xs2.xs4all.nl> To: questions@freebsd.org Subject: find -exec : "no terminating ;" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG $ find . -type f ./ab ./de ./x/fg { (root@messenger) (10:12P) (#41:41) }- { (/home/rene/t ) (/root) }- $ find . -type f -exec cat {} >> r find: -exec: no terminating ";" { (root@messenger) (10:12P) (#42:42) }- { (/home/rene/t ) (/root) }- $ find . -type f -exec cat {} >> r; find: -exec: no terminating ";" I could use some clues, once again ;) Ciao, Rene. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message