Kathryn Hogg wrote:
> Jacinta Richardson wrote:
>
>> jarich at bella:/tmp$ find . -atime +14 -name "*.tgz" -print -exec "ls -al"
>> find: missing argument to `-exec'
>
> You don't want the double quotes around the ls command and you need the {}
> and the \;
Ah-hah, my cut n paste must have been less successful than I realised. My bad. :(
J