Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2002 08:46:21 +0100
From:      Udo Schweigert <Udo.Schweigert@siemens.com>
To:        Fred Koschara <wfredk@L5Development.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Why does find -exec not work?
Message-ID:  <20020116074621.GA67958@alaska.cert.siemens.de>
In-Reply-To: <5.1.0.14.1.20020116021843.00a21320@L5Development.com>
References:  <5.1.0.14.1.20020116021843.00a21320@L5Development.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 16, 2002 at 02:39:04 -0500, Fred Koschara wrote:
> ttyp0 # find . -name "*Played*" -print -exec cat {};

Try this:

# find . -name "*Played*" -print -exec cat {} \;

(Note the leading \ for ;)

Best regards

Udo Schweigert
--
Udo Schweigert, Siemens AG   | Voice      : +49 89 636 42170
CT IC 3, Siemens CERT        | Fax        : +49 89 636 41166
D-81730 Muenchen / Germany   | email      : Udo.Schweigert@siemens.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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