[ale] Stumped-

Dennis Ruzeski denniruz at gmail.com
Thu Mar 11 10:33:35 EST 2010


Same client-

I can get the file listings, I'm having a problem with the file size comparison.



On Thu, Mar 11, 2010 at 10:31 AM, Dennis Ruzeski <denniruz at gmail.com> wrote:
> The direction  I've been going in is to do something like this-
>
> for dir in `ls /client`
> do diff -s $dir/images $dir/movies |grep ^F |xargs ls -l
> done
>
>
>
> On Thu, Mar 11, 2010 at 10:26 AM, Dennis Ruzeski <denniruz at gmail.com> wrote:
>> Same name but different size.
>>
>>
>>
>> On Thu, Mar 11, 2010 at 10:14 AM, Dave Weiner <davew at coyotetechnical.com> wrote:
>>> Dennis Ruzeski wrote:
>>>> Exactly- I need to look in images and movies for the same file name
>>>> with different sizes for each client.
>>>
>>> So you need to loop through all the files in the images dir for client1
>>> and check for files with the same name in the other 9,999 image directories?
>>>
>>>>
>>>> --Dennis
>>>
>>> Dave
>>> _______________________________________________
>>> Ale mailing list
>>> Ale at ale.org
>>> http://mail.ale.org/mailman/listinfo/ale
>>> See JOBS, ANNOUNCE and SCHOOLS lists at
>>> http://mail.ale.org/mailman/listinfo
>>>
>>
>



More information about the Ale mailing list