@gun@lemmy.ml to Linux@lemmy.mlEnglish • 5 months agoTried to rm -r my .cache but accidentally did .config instead...message-square60fedilinkarrow-up172arrow-down12file-text
arrow-up170arrow-down1message-squareTried to rm -r my .cache but accidentally did .config instead...@gun@lemmy.ml to Linux@lemmy.mlEnglish • 5 months agomessage-square60fedilinkfile-text
minus-square@Zykino@programming.devlinkfedilink15•5 months agoWhen I’m unsure, I ls <the-glob>, chek, then replace ls with rm.
minus-square@torgeir@lemmy.mllinkfedilink6•5 months agoThis. When the ls command works, hit ctrl-a, meta-d, type rm, enter.
When I’m unsure, I
ls <the-glob>
, chek, then replacels
withrm
.This. When the ls command works, hit ctrl-a, meta-d, type rm, enter.
Oh, didn’t knew about
Alt d
. Thx