TTY(1) — UNIX 3.0
NAME
tty − get the terminal’s name
SYNOPSIS
tty [ −s ]
DESCRIPTION
Tty prints the path name of the user’s terminal. The −s option inhibits printing, allowing one to test just the exit code.
EXIT CODES
0if standard input is a terminal,
1otherwise.
DIAGNOSTICS
“not a tty” if the standard input is not a terminal and −s is not specified.
May 16, 1980