199 B
Executable File
199 B
Executable File
Newline used for NUL
NUL characters (\0
) in a file, are stored as newline (\n
) in memory and
displayed in a buffer as ^@
.
See man 7 ascii
and :h NL-used-for-Nul
for more information.