this post was submitted on 18 Jan 2024
138 points (94.2% liked)

Programmer Humor

19187 readers
1182 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] 12 points 8 months ago (7 children)

Can somebody please tell me what history -c is?

[–] [email protected] 9 points 8 months ago (5 children)

history displays a list of all commands you have run on the terminal since the history list was last cleared. It is invaluable for referring back to a big complex command or set of commands you ran at some point in the past. The -c flag clears that history.

[–] [email protected] 11 points 8 months ago

Fuck, I just cleared my history.

load more comments (4 replies)
load more comments (5 replies)