gun@lemmy.ml to Linux@lemmy.mlEnglish · 2 days agoTried to rm -r my .cache but accidentally did .config instead...message-squaremessage-square11fedilinkarrow-up119arrow-down11file-text
arrow-up118arrow-down1message-squareTried to rm -r my .cache but accidentally did .config instead...gun@lemmy.ml to Linux@lemmy.mlEnglish · 2 days agomessage-square11fedilinkfile-text
minus-squareBaumGeist@lemmy.mllinkfedilinkarrow-up1·8 hours 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