How we I undo the rm -rf
command?
For example, I have an Application
folder and I removed it with:
rm -rf Application
But it was my mistake and want to recover that Application
folder, but it's not in Trash folder.
What should I do now? Is there any command to undo rm -rf
?