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

Programmer Humor

25894 readers
335 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 1 year ago (12 children)
[–] Fillicia@sh.itjust.works 36 points 1 year ago (11 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")

[–] Tetsuo@jlai.lu 6 points 1 year ago

Also if you put "sensitive" information in your history by mistake you can use "history -d <line#>" to remove it.

Unfortunately I had to use this command too many times.

load more comments (10 replies)
load more comments (10 replies)