[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Stumped-



I have a directory structure-

|
|
\client1\
|           \images
|           \movies
\client2\
|           \images
|           \movies
|etc..
To around 10000 client directories.

I need a bash script (I started to write it in python and they want
bash) to go through this
tree and find, for each client, files with the same name but different sizes.

Pretty simple with perl or python but I'm struggling to get a shell
script to do the same thing.

Anyone have any ideas?

--Dennis