June @june@witches.town
Suivre

Unix trivia: unless redirected, stdin, stdout and stderr are all duplicates of the same read/write file descriptor. Write to standard input if you want. Read from standard error.
The latter is actually useful for interactive applications that can have input piped to them, like "vim -".