I'm trying to delete a directory so I can clone it from github again, since it got messed up. But there are just way too many files/sub-directories to remove them individually. Is there a faster way of doing this?
You want the rm
command.
rm -rf my_messed_up_repo
look at rm --help
for more info.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With