gun@lemmy.ml to Linux@lemmy.mlEnglish · 14 days agoTried to rm -r my .cache but accidentally did .config instead...message-squaremessage-square2fedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1message-squareTried to rm -r my .cache but accidentally did .config instead...gun@lemmy.ml to Linux@lemmy.mlEnglish · 14 days agomessage-square2fedilinkfile-text
minus-squareBaumGeist@lemmy.mllinkfedilinkarrow-up1·12 days 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