find: Print File Name

1 
1 3.1 Print File Name
1 ===================
1 
1  -- Action: -print
1      True; print the entire file name on the standard output, followed
1      by a newline.  If there is the faintest possibility that one of the
1      files for which you are searching might contain a newline, you
1      should use '-print0' instead.
1 
1  -- Action: -fprint file
1      True; print the entire file name into file FILE, followed by a
1      newline.  If FILE does not exist when 'find' is run, it is created;
1      if it does exist, it is truncated to 0 bytes.  The named output
1      file is always created, even if no output is sent to it.  The file
1      names '/dev/stdout' and '/dev/stderr' are handled specially; they
1      refer to the standard output and standard error output,
1      respectively.
1 
1      If there is the faintest possibility that one of the files for
1      which you are searching might contain a newline, you should use
1      '-fprint0' instead.
1