Looks like it’s gone. Surely, it went to the trash can right? No, it’s just gone. You should be very careful when recursively removing files like that. It will delete everything, and can destroy your operating system.
I have a question:
How exactly can a Bash command break my OS within my project or work folder? I understand it can happen if run as root on the root directory, but can it also break things outside the root or just within a folder?
Thanks a lot for the link! I’ve got another question now:
Does Bash have any sort of backup, undo, or redo feature? Or is there any way to stop a command if we run something by accident, or does only Ctrl + C work in that case?