I accidentally did a rm -rf data
in a huge directory. I exited immediately.
The directory has a simple structure (they are all date-keyed sub-directories, like 2015/07/06) but the directory is huge and I don't want to regenerate the whole thing. If I knew how rm
removed the files, I could find and regenerate just the missing ones.
How does rm -rf
go about deleting files?