tty
Returns terminal name. More information: <https://www.gnu.org/software/coreutils/tty>.
Install
- All systems
-
curl cmd.cat/tty.sh
- Debian
-
apt-get install coreutils
- Ubuntu
-
apt-get install coreutils
- Alpine
-
apk add coreutils
- Arch Linux
-
pacman -S coreutils
- Kali Linux
-
apt-get install coreutils
- CentOS
-
yum install coreutils
- Fedora
-
dnf install coreutils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install coreutils
- OS X
-
brew install coreutils
- Raspbian
-
apt-get install coreutils
- Dockerfile
- dockerfile.run/tty
- Docker
-
docker run cmd.cat/tty tty
powered by Commando
Returns terminal name. More information: <https://www.gnu.org/software/coreutils/tty>.
-
Print the file name of this terminal:
tty
© tl;dr; authors and contributors