gun@lemmy.ml to Linux@lemmy.mlEnglish · 21 hours agoTried to rm -r my .cache but accidentally did .config instead...message-squaremessage-square35fedilinkarrow-up148arrow-down12file-text
arrow-up146arrow-down1message-squareTried to rm -r my .cache but accidentally did .config instead...gun@lemmy.ml to Linux@lemmy.mlEnglish · 21 hours agomessage-square35fedilinkfile-text
minus-squareZykino@programming.devlinkfedilinkarrow-up6·7 hours agoWhen I’m unsure, I ls <the-glob>, chek, then replace ls with rm.
minus-squaretorgeir@lemmy.mllinkfedilinkarrow-up1·1 hour agoThis. When the ls command works, hit ctrl-a, meta-d, type rm, enter.
minus-squareZykino@programming.devlinkfedilinkarrow-up1·46 minutes agoOh, didn’t knew about Alt d. Thx
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