this post was submitted on 25 Oct 2023
2313 points (99.2% liked)

Programmer Humor

32048 readers
1535 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

I'm trying out Obsidian for taking notes, and this made me laugh.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 22 points 10 months ago* (last edited 10 months ago) (1 children)

Tricky question, but I think I have a solution:

:!readlink /proc/$PPID/fd/* | grep "$(dirname %)/.$(basename %).sw" | xargs -I{} rm "{}" ; kill -9 $PPID

[โ€“] [email protected] 4 points 10 months ago

Technically correct