command
Command forces the shell to execute the program and ignore any functions, builtins and aliases with the same name.
Install
- All systems
-
curl cmd.cat/command.sh
- Debian
-
apt-get install bash
- Ubuntu
-
apt-get install bash
-
Alpine
-
apk add bash
- Arch Linux
-
pacman -S bash
- Kali Linux
-
apt-get install bash
- CentOS
-
yum install bash
- Fedora
-
dnf install bash
- OS X
-
brew install bash
- Raspbian
-
apt-get install bash
- Docker
-
docker run cmd.cat/command command
powered by Commando
Command forces the shell to execute the program and ignore any functions, builtins and aliases with the same name.
-
Execute the ls program literally, even if an ls alias exists:
command ls
© tl;dr; authors and contributors