If I try to run mkdir build to create a build directory, if the directory already exists, this error is thrown: A subdirectory or file build already exists.. I need to delete and overwrite this directory. What is the command for that?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|||
|
|
|
You can delete the build directory with
or
|
|||
|
|
|
I don't think it is possible to use the A simple alternative is the following command in powershell:
Where For more on |
|||
|
|
You can try the |
||||
|
|
