@gun@lemmy.ml to Linux@lemmy.mlEnglish • 6 months agoTried to rm -r my .cache but accidentally did .config instead...message-square22fedilinkarrow-up141arrow-down12file-text
arrow-up139arrow-down1message-squareTried to rm -r my .cache but accidentally did .config instead...@gun@lemmy.ml to Linux@lemmy.mlEnglish • 6 months agomessage-square22fedilinkfile-text
minus-square@BaumGeist@lemmy.mllinkfedilink2•6 months agoi have rm aliased to rm -i, it’s basically the closest to PowerShell’s -WhatIfthat a posix shell gets
i have
rm
aliased torm -i
, it’s basically the closest to PowerShell’s-WhatIf
that a posix shell gets