gomi
gomi copied to clipboard
Deleted directory is not found??
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.