mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
885d16fcd6
darcs-hash:20061031152316-ac50b-e68db9853d6e9461a0c054f1ea290704ccfc0a31.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.
|
|
|
|
|