Characters - EOF (End of File)
About
EOF is a symbolic name and represents the end of:
- a file
- of an input sequence
The null terminator '\0' may also be used as “end of file” marker.
Keyboard
Type:
- Ctrl+D (^D) on unix - Sh - EOF (Control-D)
- or Ctrl+Z (^Z) on Windows
to send an EOF