command
Command forces the shell to execute the program and ignore any functions, builtins and aliases with the same name. More information: <https://manned.org/command>.
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 - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install bash - OS X
-
brew install bash - Raspbian
-
apt-get install bash - Docker
-
docker run cmd.cat/command commandpowered by Commando
Command forces the shell to execute the program and ignore any functions, builtins and aliases with the same name. More information: <https://manned.org/command>.
-
Execute the `ls` program literally, even if an `ls` alias exists:
command ls -
Display the path to the executable or the alias definition of a specific command:
command -v command_name
© tl;dr; authors and contributors