Tag: command
command-not-found.com script
by zitstif on Apr.30, 2020, under Code, Posts
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.
“Moving efficiently in the CLI” – CLÉMENT CHASTAGNOL
by zitstif on Jan.26, 2018, under Posts
Leave a Comment :bash, CLI, command, command line, CUI, linux, shell more...