Print File Name
===============
- Action: -print
True; print the full file name on the standard output, followed by
a newline.
- Action: -fprint file
True; print the full file name into file FILE, followed by a
newline. If FILE does not exist when `find' is run, it is
created; if it does exist, it is truncated to 0 bytes. The file
names `/dev/stdout' and `/dev/stderr' are handled specially; they
refer to the standard output and standard error output,
respectively.