Rodos <[EMAIL PROTECTED]> wrote:
>
> find . -maxdepth 1 -name "2*" -exec ./slideshow {};
> find: missing argument to `-exec' 

If you're like me and can't be bothered to do the {} substitution,
you can use

find . -maxdepth 1 -name "2*" | xargs -n 1 ./slideshow
-- 
Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to