find . -type f-size +1M-exec du -h \\{\\} \\;
instead of the character . specify the directory in which to perform the search, instead of 1 indicates the minimum size in megabytes. all files in the specified directory and subdirectories with size more than specified and to which the user has access are displayed, with an indication of the size.