mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
e98a604a21
darcs-hash:20061026102253-ac50b-eb42fdab9a9211d68386a563134856a96b870d90.gz
12 lines
376 B
Text
12 lines
376 B
Text
\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 the specified file descriptor is a tty, the exit status of the
|
|
command is zero, otherwise, it is non-zero.
|
|
|
|
|