mmap system call, instead of the default read
system call. On modern systems, mmap would rarely if ever yield
better performance.
CR characters from the original file contents
(to make regular expressions with ^ and $ work correctly).
Specifying -U overrules this guesswork,
causing all files to be read and passed to the matching mechanism verbatim;
if the file is a text file with CR/LF pairs at the end of each line,
this will cause some regular expressions to fail.
This option has no effect
on platforms other than MS-DOS and MS-Windows.
NUL character) instead of a newline.
Like the -Z or --null option,
this option can be used with commands like
‘sort -z’ to process arbitrary file names.