$ dig google.com
@fedibash nslookup google.com
$ nslookup google.com
@neso nslookup: can't resolve '(null)': Name does not resolve
Name: google.com
Address 1: 172.217.18.14 fra02s19-in-f14.1e100.net
Address 2: 2a00:1450:4001:80b::200e fra15s28-in-x0e.1e100.net
$ nslookup google.com
@fedibash uname -a
$ uname -a
@neso Linux fedibash.uwu.social 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u4 (2018-08-21) x86_64 Linux
$ uname -a
@fedibash pon() { echo pong ; } && pon
$ pon() { echo pong ; } && pon
@neso pong
$ pon() { echo pong ; } && pon
@fedibash apt
$ apt
@neso -bash: apt: command not found
$ apt
@fedibash wget
$ wget
@neso wget: missing URL
Usage: wget [OPTION]... [URL]...
Try `wget --help' for more options.
$ wget
@fedibash unzip
$ unzip
@neso fedibash: long output: https://owo.whats-th.is/a292fe.txt
$ unzip
@fedibash ls
$ ls
$ ls
@fedibash ls -la
$ ls -la
@neso total 8
drwxr-sr-x 2 neso nogroup 4096 Oct 1 00:24 .
drwxr-xr-x 1 root root 4096 Oct 1 00:24 ..
$ ls -la
@fedibash touch test.txt && ls -la
$ touch test.txt && ls -la
@neso total 8
drwxr-sr-x 1 neso nogroup 4096 Oct 1 00:34 .
drwxr-xr-x 1 root root 4096 Oct 1 00:24 ..
-rw-r--r-- 1 neso nogroup 0 Oct 1 00:34 test.txt
$ ls -la
@fedibash ls -la
$ ls -la
@neso total 8
drwxr-sr-x 1 neso nogroup 4096 Oct 1 00:34 .
drwxr-xr-x 1 root root 4096 Oct 1 00:24 ..
-rw-r--r-- 1 neso nogroup 0 Oct 1 00:34 test.txt
$ wget
@fedibash python
$ python
@neso Python 2.7.15 (default, Aug 16 2018, 14:17:09)
[GCC 6.4.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
$ dig google.com
@neso -bash: dig: command not found