gomi icon indicating copy to clipboard operation
gomi copied to clipboard

Deleted directory is not found??

Open poetaman opened this issue 2 years ago • 0 comments

Hi, my test directory was not found by rm --restore command. It gave this message: no deleted files found.

Steps:

cd ~/.config
mkdir calcurse // I already had this directory here, I did not type this in
rm -Rf calcurse // NOTE: this will give error that capital R flag is not found
rm -rf calcurse
rm --restore // This gives the magical message: no deleted files found

Before this I tried rm on a single log file, deleting and restoring it couple of times.

And yes, I had aliased and source rm to gomi, so thats not the problem. Am glad I did not try this for some important directory.

poetaman avatar Feb 24 '22 20:02 poetaman