I accidentally did "rm -rf & /folder &" when what I really want to do "rm -rf /folder &"
So naturally, "rm -rf" got executed and it just returned to a prompt right away. What happened, what did it delete, did it delete anything at all? Was a stupid mistake on my part, I always double check the path when running that command.
So naturally, "rm -rf" got executed and it just returned to a prompt right away. What happened, what did it delete, did it delete anything at all? Was a stupid mistake on my part, I always double check the path when running that command.