We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84982d commit 328e093Copy full SHA for 328e093
docs/tty.txt
@@ -0,0 +1,10 @@
1
+Usage: tty [OPTION]...
2
+Print the file name of the terminal connected to standard input.
3
+
4
+ -s, --silent, --quiet print nothing, only return an exit status
5
+ --help display this help and exit
6
+ --version output version information and exit
7
8
+Exit status:
9
+ 0 if the standard input is a terminal
10
+ 1 if the standard input is not a terminal
0 commit comments