Next: , Up: Actions



3.1 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.