79730032

Date: 2025-08-08 16:47:03
Score: 1
Natty:
Report link

A minor safety option which is what I did in similar circumstances:

Move the offending and dangerously names item ~ to a new name foodir:

mv \~ foo

then check it's what it should be : ls foo should not list your home folder

Then remove :

rm -r foo

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: JPGConnolly