$ ls -la
bash: ls: command not found. Did you mean `lost`? Because that's what you are.
$ ping google.com
PING google.com (142.250.185.46): 56 data bytes
64 bytes from 142.250.185.46: icmp_seq=0 ttl=115 time=12.3ms
64 bytes from 142.250.185.46: icmp_seq=1 ttl=115 time=14.7ms
...
^C
--- google.com ping statistics ---
42 packets transmitted, 0 received, 100% packet loss. Oops, that failed. Again.
$ sudo rm -rf /
[sudo] password for user:
Sorry, user user is not in the sudoers file. This incident will be reported to your mother.
$ echo "Hello world"
"Hello world" echoes in the void. The void replies: "You talkin' to me?"
$ date
It's Sat May 23 19:48:39 UTC 2026. Time flies like an arrow; fruit flies like a banana.
$ curl -s "https://api.chucknorris.io/jokes/random" | jq '.value'
"Chuck Norris can divide by zero. Your terminal can't even divide attention."
$ git commit -m "fixed everything"
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean (as your conscience should be).
$ cat /etc/passwd
root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
user:x:1000:1000:,,,:/home/user:/bin/bash
... and 42 other lines you'll never read.
$ fortune
Your future: you will spend the next few minutes staring at this screen. Then you'll close it. Profound.
$ █