To search for files of a particular size
First of all, I'd like to find certain files with a particular pattern in their names. Then among those listed, I'd like to list only those with a minimum file size.
How can I get this done? Is there a single command with the usage of pipes, or do I have to carry out a sequence of command executions?
Regards,
Mufy
|