I’m a big fan of command-not-found.com and decided to write a simple script that can be used from the command line:
command:
cnf whois
results:
Command-not-found.com results:
Install
All systems
curl cmd.cat/whois.sh
Debian
apt-get install whois
Ubuntu
apt-get install whois
[alpine.png] Alpine
apk add whois
Arch Linux
pacman -S whois
image/svg+xml Kali Linux
apt-get install whois
CentOS
yum install whois
Fedora
dnf install whois
OS X
brew install whois
Raspbian
apt-get install whois
Docker
docker run cmd.cat/whois whois powered by [8]Commando
The script is available here:
It’s a quick and dirty script but it gets the job done.