mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 19:53:36 +08:00
13 lines
375 B
Plaintext
13 lines
375 B
Plaintext
|
\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.
|
||
|
|
||
|
|