gun@lemmy.ml to Linux@lemmy.mlEnglish · 1 month agoTried to rm -r my .cache but accidentally did .config instead...message-squaremessage-square18fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareTried to rm -r my .cache but accidentally did .config instead...gun@lemmy.ml to Linux@lemmy.mlEnglish · 1 month agomessage-square18fedilinkfile-text
minus-squareBaumGeist@lemmy.mllinkfedilinkarrow-up1·1 month 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