Command option Sample:find -P

Search command sample in the internet.It is the result.

find -P -O2 . -type f -size +100M -user    Examples of using find : http://meng6.net/pages/computing/example/examples_of_using_find/
find -P . -type f To find all files along with their corresponding size in bytes: find -P . -type f -exec stat -c     find : Willing wheels : http://www.qc4blog.com/@tag=find
find -p / -name file    find command examples ~ Linux IQ : http://linuxadministrative.blogspot.com/2014/06/find-command-examples.html
find -P / -type f    Example Usage : http://download.geo.drweb.com/pub/drweb/unix/doc/HTML/ControlCenter/en/dw_8_console_controldesk_examples.htm
find -P / -xdev    FreeLink v1.0 (arm9) rev2 released!!! (Permission Issues Fix - Page 20 - Buffalo NAS-Central Forums : http://forum.buffalo.nas-central.org/viewtopic.php@f=39&t=2153&st=0&sk=t&sd=a&start=285
find -P dir1 two    What is the difference between "find -H" and "find -L" command? - Unix & Linux Stack Exchange : http://unix.stackexchange.com/questions/307169/what-is-the-difference-between-find-h-and-find-l-command
find -P options control the treatment of symbolic links. Command-line arguments following these are taken to be names of files or directories to be examined    3.5. Finding Files — Introduction to Unix Study Guide : http://faculty.salina.k-state.edu/tim/unix_sg/advanced/find.html