$ 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 [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
