135
you are viewing a single comment's thread
view the rest of the comments
[-] umbrella@lemmy.ml 4 points 8 months ago

dont you also need history -w to save it?

on ubuntu -c doesnt actually clear it unless you also use -w

[-] survivalmachine@beehaw.org 1 points 8 months ago* (last edited 8 months ago)

Yes, my comment only applies to the shell history in memory. -c clears history immediately, but you can still reload it from disk if you haven't overwritten that with -w. If you tend to close your terminal windows frequently and rely on the history feature between sessions, it would benefit you to learn about the intricacies of the on-disk copy of history and how its affected by writes, appends, clears, crashes, etc. I tend to leave my terminal windows open a long time and copy any complex commands out to my PKM if I need to save them for future sessions, so I generally try not to rely on .bash_history, but it has saved my bacon on more than one occasion.

this post was submitted on 18 Jan 2024
135 points (94.1% liked)

Programmer Humor

19197 readers
941 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