How to forcedly remove a repository in Linux
Hi, In this post, we will see how to remove the repository forcefully in Linux
go to the repository that you wants to remove using cd command
cd jsonResponseStreamableHttp
Execute the below command to remove it
rm -rf jsonResponseStreamableHttp
Now, the folder will be removed
Comments
Post a Comment