this post was submitted on 16 Aug 2024
382 points (96.1% liked)

Programmer Humor

25080 readers
1184 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] superkret@feddit.org 52 points 11 months ago (13 children)
[–] Fillicia@sh.itjust.works 36 points 11 months ago (12 children)

I really like this comic. Just in case someone didn't know in Linux you can:

-Ctrl + r to search previous commands

Or

-type history and precede the command number by an exclamation (!) to repeat the command (I.e. "!13")

[–] SpaceCadet 1 points 11 months ago

Ctrl + r to search previous commands

That's a readline thing by the way, so it doesn't just work in bash but also works with other cli applications that are compiled with readline support, for example virsh, psql, fdisk, ...

load more comments (11 replies)
load more comments (11 replies)