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

Programmer Humor

19488 readers
1147 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 52 points 2 months ago (13 children)
[–] [email protected] 36 points 2 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")

[–] [email protected] 1 points 2 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)