Characters - EOF (End of File)

Data System Architecture

About

EOF is a symbolic name and represents the end of:

The null terminator '\0' may also be used as “end of file” marker.

Keyboard

Type:

  • Ctrl+D (^D) on unix - Eof
  • or Ctrl+Z (^Z) on Windows

to send an EOF





Discover More
Notepad Eol
Examples on how to replace a text in Notepad++ with regular expression

A step by step tutorial and snippets on how to replace a portion of text in notepad++ with regular expression
Card Puncher Data Processing
Shell Data Processing - Standard Input Stream (Stdin)

in a shell cat will start a standard input session You can redirect it to a file. If your command needs plain input without terminal emulation you can use input redirection with a pipe like:...



Share this page:
Follow us:
Task Runner