42-archive/42sh/42ShellTester/support/read-on-stdin/description
2017-03-24 17:43:33 +01:00

1 line
265 B
Text

A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error.