@[email protected] to [email protected]English • 8 months agoTried to rm -r my .cache but accidentally did .config instead...message-square58fedilinkarrow-up170
arrow-up170message-squareTried to rm -r my .cache but accidentally did .config instead...@[email protected] to [email protected]English • 8 months agomessage-square58fedilink
minus-square@[email protected]linkfedilink12•8 months agoWhen I’m unsure, I ls <the-glob>, chek, then replace ls with rm.
minus-square@[email protected]linkfedilink5•8 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