12345678910111213141516171819202122232425262728 |
- TTY(1) "fases core"
- # NAME
- tty \- Return the current user's terminal name
- # SYNOPSIS
- *tty*
- # DESCRIPTION
- Write to the standard output the name of the terminal that's open as the
- standard input. If the standard input isn't a terminal, *tty* writes to
- the standard output an error message (as specified by POSIX) and returns
- 1.
- # AUTHOR
- Written by Ferass El Hafidi as part of the fases
- project.
- Source code is at http://git.vitali64.duckdns.org/utils/fases.git.
- # COPYRIGHT
- Copyright (C) 2023 Ferass El Hafidi
|