Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2002 10:44:24 +0200 (CEST)
From:      rene@xs4all.nl
To:        questions@freebsd.org
Subject:   find -exec : "no terminating ;"
Message-ID:  <200209240844.g8O8iO162978@xs2.xs4all.nl>

next in thread | raw e-mail | index | archive | help
 $ 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




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