|
I think the requirement is a little more complicated than that anyway. If you did want to use find like that you would have to protect the * using '*in'. Also the uniq is pointless since filenames are unique by definition.
How can you tell what date each file is for? Is it included in the filename, or are you going by the last modification date of each file?
|