Date: Mon, 26 Oct 1998 07:20:14 -0600 From: Jason McNew <jase@clearsail.net> To: conrads@neosoft.com Cc: questions@FreeBSD.ORG Subject: Re: find... pilot error? Message-ID: <3634770E.9604B1BD@clearsail.net> References: <XFMail.981026082209.conrads@neosoft.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Conrad Sabatier wrote: > > On 26-Oct-98 Jason McNew wrote: > > After reading the find man page, I tried using: > > find / -name "*.mp3" -exec mpg123 {}; > > and it tells me: > > find: -exec: no terminating ";" > > if I do: > > find / -name "*.mp3" -exec mpg123 {}\; > > it runs ok, but mpg123 just gives me syntax help a few times. > > You need a space after the "{}". > Doh! LOL.. Thanks :) 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?3634770E.9604B1BD>