To limit the search to one particular disk partition, use
-xdev. For example, if you need to clear out a
congested disk partition, you could look for all files bigger than 10
MB (10*1024*1024) on the disk partition containing
/usr, using this command:
% find /usr -size +10485760c -xdev -print