I am new at jira-plugin and I am folowing https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-plugin-skeleton/ tutorial. At the part 7 I am writing "rm -rf src/test/java/" in cmd and getting "'rm' is not recognized as an internal or external command, operable program or batch file." error I am using windows10. Why this command not recognized. And which command is equal to "rm -rf"
I know that rm -rf command is deleting the file which is pointed. And ı deleted with del command and it was okay.
C:\Users\osman.turalioglu\atlastutorial\adminUI>rm -rf src/test/java/ 'rm' is not recognized as an internal or external command, operable program or batch file.
Edit : "which command is equal to "rm -rf" is specific for this question."