aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/isatty.txt
blob: 5654c5a2bc87d8c56286220780100fe878eac4b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\section isatty isatty - Test if the specidied file descriptor is a tty

\subsection isatty-synopsis Synopsis
 <tt>isatty [FILE DESCRIPTOR]</tt>

where FILE DESCRIPTOR may be either the number of a file descriptor, or one
of the strings stdin, stdout and stderr.

If he specified file descriptor is a tty, the exit status of the
command is zero, otherwise, it is non-zero.